adding logs about rows to try to find the undefined one in the table

This commit is contained in:
csawatzky 2025-04-10 11:25:18 -06:00
parent 0837b4fc7b
commit 9d3cd41d5f
7 changed files with 15 additions and 1 deletions

View file

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