diff --git a/components/DataGrid.tsx b/components/DataGrid.tsx index 5efcf57..df841eb 100644 --- a/components/DataGrid.tsx +++ b/components/DataGrid.tsx @@ -1408,9 +1408,6 @@ const DataGrid: React.FC = ({ data, filters, hasCustomerFilter, a return null; })()} {(row[dim as keyof PivotRow] as string) || '-'} -
- -
: (row[dim as keyof PivotRow] as string) || '-' }