Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Aug 22, 2024
1 parent f10aafa commit 12b8304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/InventoryTable/EntityTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const EntityTable = ({
return withoutRowWrapper;
}, [rows, tableProps]);

console.log('###', modifiedTableProps);
return (
<React.Fragment>
{loaded && cells ? (
Expand Down

0 comments on commit 12b8304

Please sign in to comment.