From 5164e824c8e9455ec57dcf09a33786d171799559 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Mon, 28 Jul 2025 12:03:39 +0800 Subject: [PATCH] update --- .../InventorySearch/InventoryLotLineTable.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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], );