diff options
Diffstat (limited to 'modern/src/reports/StopReportPage.js')
-rw-r--r-- | modern/src/reports/StopReportPage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/reports/StopReportPage.js b/modern/src/reports/StopReportPage.js index 5d6e837d..36c4d124 100644 --- a/modern/src/reports/StopReportPage.js +++ b/modern/src/reports/StopReportPage.js @@ -22,6 +22,7 @@ import MapView from '../map/core/MapView'; import MapCamera from '../map/MapCamera'; import AddressValue from '../common/components/AddressValue'; import TableShimmer from '../common/components/TableShimmer'; +import MapGeofence from '../map/MapGeofence'; const columnsArray = [ ['startTime', 'reportStartTime'], @@ -98,6 +99,7 @@ const StopReportPage = () => { {selectedItem && ( <div className={classes.containerMap}> <MapView> + <MapGeofence /> <MapPositions positions={[{ deviceId: selectedItem.deviceId, latitude: selectedItem.latitude, |