adding logs about rows to try to find the undefined one in the table
This commit is contained in:
parent
0837b4fc7b
commit
9d3cd41d5f
7 changed files with 15 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue