diff --git a/src/components/CosmeticItemsView.tsx b/src/components/CosmeticItemsView.tsx index 034f41c..78ca0fc 100644 --- a/src/components/CosmeticItemsView.tsx +++ b/src/components/CosmeticItemsView.tsx @@ -32,7 +32,6 @@ export function CosmeticItemsView({ data, headers, onSaveRow, onCaptureState, ro { col: COLUMNS.ARTICLE_NO, label: 'SKU', width: 110 }, { col: COLUMNS.ARTICLE_NAME, label: 'Name', width: 240 }, { col: COLUMNS.LINE, label: 'Line', width: 120 }, - { col: COLUMNS.CLASSIFICATION, label: 'Classification', width: 130 }, { col: COLUMNS.ITEM_AVAILABLE, label: 'Item Available', width: 120 }, { col: COLUMNS.CPNP_NO, label: 'CPNP No.', width: 160 }, ]; @@ -266,9 +265,6 @@ export function CosmeticItemsView({ data, headers, onSaveRow, onCaptureState, ro {row[COLUMNS.LINE]} -