From 1b5a8556baa082eac74ab31d960d44642c50eff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Thu, 2 Jul 2026 09:19:19 -0300 Subject: [PATCH] Restore seller zero in dashboard --- src/pages/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Dashboard.tsx b/src/pages/Dashboard.tsx index 32a4b95..4960523 100644 --- a/src/pages/Dashboard.tsx +++ b/src/pages/Dashboard.tsx @@ -143,7 +143,7 @@ const normalizeSellerGraphName = (name: string) => ( const shouldHideSellerFromGraph = (name: string) => { const normalizedName = normalizeSellerGraphName(name); - return normalizedName === '0' || normalizedName === 'pos vendas'; + return normalizedName === 'pos vendas'; }; const getBarGlowStyle = (color: string) => ({