Restore seller zero in dashboard
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m0s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 3m0s
This commit is contained in:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user