aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/EventReportPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/reports/EventReportPage.js')
-rw-r--r--modern/src/reports/EventReportPage.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/modern/src/reports/EventReportPage.js b/modern/src/reports/EventReportPage.js
index a80825e..ade1b45 100644
--- a/modern/src/reports/EventReportPage.js
+++ b/modern/src/reports/EventReportPage.js
@@ -5,10 +5,9 @@ import {
} from '@material-ui/core';
import { useTheme } from '@material-ui/core/styles';
import { useSelector } from 'react-redux';
-import { formatDate, formatPosition } from '../common/formatter';
+import { formatDate } from '../common/formatter';
import ReportFilter from './ReportFilter';
import ReportLayout from './ReportLayout';
-import NoRowsOverlay from './NoRowsOverlay';
import { prefixString } from '../common/stringUtils';
import { useTranslation } from '../LocalizationProvider';
@@ -163,9 +162,6 @@ const EventReportPage = () => {
<DataGrid
rows={items.events}
columns={columns}
- components={{
- NoRowsOverlay: NoRowsOverlay,
- }}
hideFooter
autoHeight
/>