mirror of
https://github.com/ForFarmTeam/ForFarm.git
synced 2025-12-19 22:14:08 +01:00
fix: remove unnecessary 'Type' column from inventory table
This commit is contained in:
parent
a254185375
commit
338733b12b
@ -71,7 +71,6 @@ export default function InventoryPage() {
|
|||||||
const columns = [
|
const columns = [
|
||||||
{ accessorKey: "name", header: "Name" },
|
{ accessorKey: "name", header: "Name" },
|
||||||
{ accessorKey: "category", header: "Category" },
|
{ accessorKey: "category", header: "Category" },
|
||||||
{ accessorKey: "type", header: "Type" },
|
|
||||||
{ accessorKey: "quantity", header: "Quantity" },
|
{ accessorKey: "quantity", header: "Quantity" },
|
||||||
{ accessorKey: "unit", header: "Unit" },
|
{ accessorKey: "unit", header: "Unit" },
|
||||||
{ accessorKey: "lastUpdated", header: "Last Updated" },
|
{ accessorKey: "lastUpdated", header: "Last Updated" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user