diff --git a/src/components/InventorySearch/InventoryLotLineTable.tsx b/src/components/InventorySearch/InventoryLotLineTable.tsx index 7db97bc..ab19fff 100644 --- a/src/components/InventorySearch/InventoryLotLineTable.tsx +++ b/src/components/InventorySearch/InventoryLotLineTable.tsx @@ -79,19 +79,19 @@ const InventoryLotLineTable: React.FC = ({ inventoryLotLines, pagingContr return arrayToDateString(params.expiryDate) }, }, - { - name: "status", - label: t("Status"), - type: "icon", - icons: { - available: , - unavailable: , - }, - colors: { - available: "success", - unavailable: "error", - } - }, + // { + // name: "status", + // label: t("Status"), + // type: "icon", + // icons: { + // available: , + // unavailable: , + // }, + // colors: { + // available: "success", + // unavailable: "error", + // } + // }, ], [t], );