From 22888848291aa3df4ebbdd224656731fbb305fa7 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 4 Aug 2025 18:12:32 -0500 Subject: [PATCH] fix(inv cards): correction to properly display the names --- .../src/utils/tableData/InventoryCards/inventoryData.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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