From 4afae59de9bbfc4bee2313d316cff360786d7359 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Tue, 3 Mar 2026 13:29:41 +0100 Subject: [PATCH] fix(DataGrid): show BuyBoxWarningBadge in title dimension The badge was only rendered for dim==='asin'|'sku'. When pivoting by title (the default view) the BuyBox warning was silently absent. Co-Authored-By: Claude Sonnet 4.6 --- components/DataGrid.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/DataGrid.tsx b/components/DataGrid.tsx index 28ad379..5efcf57 100644 --- a/components/DataGrid.tsx +++ b/components/DataGrid.tsx @@ -1390,6 +1390,7 @@ const DataGrid: React.FC = ({ data, filters, hasCustomerFilter, a )} + : dim === 'asin' || dim === 'sku' ?