aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/EventReportPage.js
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-12-28 17:48:28 -0600
committerIván Ávalos <avalos@disroot.org>2021-12-28 17:48:28 -0600
commitda626c4619288ce09a4550f6d084ac7c380b6d71 (patch)
treef306c88482a06333b2e505a8f4943be04d4c698f /modern/src/reports/EventReportPage.js
parent124ef731471e152a8b0a074b86d8d3253bd955ff (diff)
downloadetbsa-traccar-web-da626c4619288ce09a4550f6d084ac7c380b6d71.tar.gz
etbsa-traccar-web-da626c4619288ce09a4550f6d084ac7c380b6d71.tar.bz2
etbsa-traccar-web-da626c4619288ce09a4550f6d084ac7c380b6d71.zip
Removed now unnecessary NoRowsOverlay.js
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
/>