aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/TripReportPage.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/TripReportPage.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/TripReportPage.js')
-rw-r--r--modern/src/reports/TripReportPage.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/modern/src/reports/TripReportPage.js b/modern/src/reports/TripReportPage.js
index e47c072..f2cffc2 100644
--- a/modern/src/reports/TripReportPage.js
+++ b/modern/src/reports/TripReportPage.js
@@ -6,7 +6,6 @@ import {
} from '../common/formatter';
import ReportFilter from './ReportFilter';
import ReportLayout from './ReportLayout';
-import NoRowsOverlay from './NoRowsOverlay';
import { useAttributePreference } from '../common/preferences';
import { useTranslation } from '../LocalizationProvider';
@@ -121,9 +120,6 @@ const TripReportPage = () => {
<DataGrid
rows={items}
columns={columns}
- components={{
- NoRowsOverlay: NoRowsOverlay,
- }}
hideFooter
autoHeight
getRowId={() => Math.random()}