consistency is key

This commit is contained in:
burnettk 2022-11-23 18:58:10 -05:00
parent f5a67f79a0
commit 4d86eb9822
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ export default function AuthenticationList() {
<Table striped bordered>
<thead>
<tr>
<th>ID</th>
<th>Id</th>
</tr>
</thead>
<tbody>{rows}</tbody>

View File

@ -62,7 +62,7 @@ export default function SecretList() {
<Table striped bordered>
<thead>
<tr>
<th>ID</th>
<th>Id</th>
<th>Secret Key</th>
<th>Creator</th>
<th>Delete</th>