ui: rename Gross Sales to SELL OUT in MKT table

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Christian Vidal Wolf
2026-03-11 10:34:17 +01:00
co-authored by Qwen-Coder
parent ba69375dbe
commit 5d0edfba5f
+1 -1
View File
@@ -110,7 +110,7 @@ export const MasterTable: React.FC<MasterTableProps> = ({ products, includeCOGS,
Product <SortIcon columnKey="name" /> Product <SortIcon columnKey="name" />
</th> </th>
<th className="px-6 py-4 cursor-pointer hover:bg-[#1A1E2A] transition-colors text-right" onClick={() => handleSort('grossSales')}> <th className="px-6 py-4 cursor-pointer hover:bg-[#1A1E2A] transition-colors text-right" onClick={() => handleSort('grossSales')}>
Gross Sales <SortIcon columnKey="grossSales" /> SELL OUT <SortIcon columnKey="grossSales" />
</th> </th>
<th className="px-6 py-4 cursor-pointer hover:bg-[#1A1E2A] transition-colors text-right" onClick={() => handleSort('ppcSpend')}> <th className="px-6 py-4 cursor-pointer hover:bg-[#1A1E2A] transition-colors text-right" onClick={() => handleSort('ppcSpend')}>
PPC Spend (ACOS) <SortIcon columnKey="ppcSpend" /> PPC Spend (ACOS) <SortIcon columnKey="ppcSpend" />