diff --git a/frontend/src/utils/tableData/InventoryCards/inventoryData.tsx b/frontend/src/utils/tableData/InventoryCards/inventoryData.tsx index 964a51a..dff0804 100644 --- a/frontend/src/utils/tableData/InventoryCards/inventoryData.tsx +++ b/frontend/src/utils/tableData/InventoryCards/inventoryData.tsx @@ -66,6 +66,7 @@ export function InvTable({ }); //console.log(table.getState().sorting); //console.log(parseInt(style.height.replace("px", "")) - 50); + console.log(info); return ( ({

- {info.type} {data.length > 0 ? "lanes" : "lane"} older - than: {info.age}, needing to be completed + {info.rowType} {data.length > 0 ? "lanes" : "lane"}{" "} + older than: {info.age}, {data.length} needing to be + completed