mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-06 15:13:45 +00:00
consistency is key
This commit is contained in:
parent
f5a67f79a0
commit
4d86eb9822
@ -54,7 +54,7 @@ export default function AuthenticationList() {
|
|||||||
<Table striped bordered>
|
<Table striped bordered>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>Id</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>{rows}</tbody>
|
<tbody>{rows}</tbody>
|
||||||
|
@ -62,7 +62,7 @@ export default function SecretList() {
|
|||||||
<Table striped bordered>
|
<Table striped bordered>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>Id</th>
|
||||||
<th>Secret Key</th>
|
<th>Secret Key</th>
|
||||||
<th>Creator</th>
|
<th>Creator</th>
|
||||||
<th>Delete</th>
|
<th>Delete</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user