the only .length passed into the responsive table is in transaction, adding concole log to see if transactions is undefined for some reason
This commit is contained in:
parent
538da5c4bb
commit
0837b4fc7b
3 changed files with 8 additions and 7 deletions
|
|
@ -81,6 +81,7 @@ export default function TransactionViewer(props: Props) {
|
|||
};
|
||||
|
||||
const myTable = () => {
|
||||
console.log(transactions)
|
||||
return (
|
||||
<ResponsiveTable<Transaction>
|
||||
isLoading={loading}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue