Restore seller zero in dashboard
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m0s

This commit is contained in:
Cauê Faleiros
2026-07-02 09:19:19 -03:00
parent 67357b591d
commit 1b5a8556ba

View File

@@ -143,7 +143,7 @@ const normalizeSellerGraphName = (name: string) => (
const shouldHideSellerFromGraph = (name: string) => { const shouldHideSellerFromGraph = (name: string) => {
const normalizedName = normalizeSellerGraphName(name); const normalizedName = normalizeSellerGraphName(name);
return normalizedName === '0' || normalizedName === 'pos vendas'; return normalizedName === 'pos vendas';
}; };
const getBarGlowStyle = (color: string) => ({ const getBarGlowStyle = (color: string) => ({