diff --git a/frontend/app/(sidebar)/inventory/page.tsx b/frontend/app/(sidebar)/inventory/page.tsx index f2777c3..fdee0a0 100644 --- a/frontend/app/(sidebar)/inventory/page.tsx +++ b/frontend/app/(sidebar)/inventory/page.tsx @@ -71,7 +71,6 @@ export default function InventoryPage() { const columns = [ { accessorKey: "name", header: "Name" }, { accessorKey: "category", header: "Category" }, - { accessorKey: "type", header: "Type" }, { accessorKey: "quantity", header: "Quantity" }, { accessorKey: "unit", header: "Unit" }, { accessorKey: "lastUpdated", header: "Last Updated" },