Change search to POST and add sequence numbers

This commit is contained in:
2020-01-11 04:20:07 +00:00
parent 4e78087338
commit 8c1f1ab3de
6 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function Transactions(props) {
</Table.Row>
)
:
<p>None</p>
<Table.Row><Table.Cell>None</Table.Cell></Table.Row>
}
</Table.Body>
</Table>