From c58b246c415ce946f08e8f212e7aaddafbc19b9d Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Mon, 9 Mar 2026 09:52:33 +0100 Subject: [PATCH] fix: remove duplicate buybox lost badge from SKU column in GRID The BuyBoxWarningBadge was appearing twice - once next to the SKU and once next to Amazon stock. Now it only appears next to Amazon stock as requested. Co-authored-by: Qwen-Coder --- components/DataGrid.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/DataGrid.tsx b/components/DataGrid.tsx index 5efcf57..df841eb 100644 --- a/components/DataGrid.tsx +++ b/components/DataGrid.tsx @@ -1408,9 +1408,6 @@ const DataGrid: React.FC = ({ data, filters, hasCustomerFilter, a return null; })()} {(row[dim as keyof PivotRow] as string) || '-'} -
- -
: (row[dim as keyof PivotRow] as string) || '-' }