removed the mobile hook as that is what is the problem with the table, also removed the logs that are not needed anymore

This commit is contained in:
csawatzky 2025-04-10 14:44:06 -06:00
parent 40a4c51a66
commit cdad408152
7 changed files with 4 additions and 17 deletions

View file

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