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:
csawatzky 2025-04-10 10:55:11 -06:00
parent 538da5c4bb
commit 0837b4fc7b
3 changed files with 8 additions and 7 deletions

View file

@ -81,6 +81,7 @@ export default function TransactionViewer(props: Props) {
};
const myTable = () => {
console.log(transactions)
return (
<ResponsiveTable<Transaction>
isLoading={loading}