Skip to content

Commit

Permalink
Get rid of small grey border artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Feb 28, 2024
1 parent 1862021 commit 11d4c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/features/moreCast2/components/ForecastDataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const ForecastDataGrid = ({
<Root className={classes.root} data-testid={`morecast2-data-grid`}>
<DataGrid
showCellVerticalBorder
showColumnVerticalBorder
columnVisibilityModel={columnVisibilityModel}
onColumnVisibilityModelChange={newModel => setColumnVisibilityModel(newModel)}
columnGroupingModel={columnGroupingModel}
Expand Down

0 comments on commit 11d4c49

Please sign in to comment.