diff options
Diffstat (limited to 'modern/src/reports')
-rw-r--r-- | modern/src/reports/ChartReportPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/reports/ChartReportPage.js b/modern/src/reports/ChartReportPage.js index 6679fe4..3639b98 100644 --- a/modern/src/reports/ChartReportPage.js +++ b/modern/src/reports/ChartReportPage.js @@ -39,7 +39,7 @@ const Filter = ({ children, setItems }) => { const ChartType = ({ type, setType }) => { const t = useTranslation(); - + return ( <Grid container spacing={3}> <Grid item xs={12} sm={6}> |