Add API route for transactions

This commit is contained in:
2020-01-17 07:20:07 +00:00
parent 0f39901c76
commit df1490dd2d
4 changed files with 26 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export function TransactionDetail(props) {
</Table.Row>
<Table.Row>
<Table.Cell>Account:</Table.Cell>
<Table.Cell>{t.account}</Table.Cell>
<Table.Cell>{t.account_type}</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Info Source:</Table.Cell>