From 74b210610426cec65e791c76de2deb0bc85521be Mon Sep 17 00:00:00 2001 From: "christian.vidal" Date: Fri, 27 Mar 2026 13:53:01 +0100 Subject: [PATCH] feat: show all 4 description status columns in product list --- src/components/ProductDescriptions.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/ProductDescriptions.tsx b/src/components/ProductDescriptions.tsx index 9da5fda..7afe6c2 100644 --- a/src/components/ProductDescriptions.tsx +++ b/src/components/ProductDescriptions.tsx @@ -174,6 +174,8 @@ export function ProductDescriptions({ data, onEdit }: ProductDescriptionsProps) { col: COLUMNS.LINE, label: 'Line' }, { col: COLUMNS.LICENSE, label: 'License' }, { col: COLUMNS.LONG_DE, label: 'Long DE' }, + { col: COLUMNS.LONG_EN, label: 'Long EN' }, + { col: COLUMNS.SHORT_DE, label: 'Short DE' }, { col: COLUMNS.SHORT_EN, label: 'Short EN' }, ].map(({ col, label }) => ( {row[COLUMNS.LINE]} {row[COLUMNS.LICENSE]} + +