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

@ -183,7 +183,7 @@ export default function GroupDrawer(props: Props) {
onRowClick={toDevice}
handleRowsPerPageChange={()=>{}}
setPage={()=>{}}
total={grpDevs.length}
total={0}
rows={grpDevs}
renderMobile={mobile}
renderGutter={gutter}