From 5d0edfba5f661d34946e3335376ce487619c7902 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Wed, 11 Mar 2026 10:34:17 +0100 Subject: [PATCH] ui: rename Gross Sales to SELL OUT in MKT table Co-authored-by: Qwen-Coder --- components/mkt/MasterTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mkt/MasterTable.tsx b/components/mkt/MasterTable.tsx index 3b5c072..c6f2eec 100644 --- a/components/mkt/MasterTable.tsx +++ b/components/mkt/MasterTable.tsx @@ -110,7 +110,7 @@ export const MasterTable: React.FC = ({ products, includeCOGS, Product handleSort('grossSales')}> - Gross Sales + SELL OUT handleSort('ppcSpend')}> PPC Spend (ACOS)