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) => ({