diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-03 07:43:27 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-03 07:43:27 -0700 |
commit | 0ab655eb5c031e1a2aac18ef475aff6c7724b227 (patch) | |
tree | 26ef43ebdfb703378cc44807273ff5dfd63ee1db /modern/src/main | |
parent | 44fd230a4c0043a6e89a793bcf333072a01441a6 (diff) | |
download | trackermap-web-0ab655eb5c031e1a2aac18ef475aff6c7724b227.tar.gz trackermap-web-0ab655eb5c031e1a2aac18ef475aff6c7724b227.tar.bz2 trackermap-web-0ab655eb5c031e1a2aac18ef475aff6c7724b227.zip |
Add events button
Diffstat (limited to 'modern/src/main')
-rw-r--r-- | modern/src/main/MainPage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/main/MainPage.js b/modern/src/main/MainPage.js index 025bb405..e322dca0 100644 --- a/modern/src/main/MainPage.js +++ b/modern/src/main/MainPage.js @@ -36,6 +36,7 @@ import MapDirection from '../map/MapDirection'; import MapOverlay from '../map/overlay/MapOverlay'; import MapGeocoder from '../map/geocoder/MapGeocoder'; import MapScale from '../map/MapScale'; +import MapNotification from '../map/notification/MapNotification'; const useStyles = makeStyles((theme) => ({ root: { @@ -217,6 +218,7 @@ const MainPage = () => { <MapScale /> <MapCurrentLocation /> <MapGeocoder /> + <MapNotification /> {desktop && <MapPadding left={parseInt(theme.dimensions.drawerWidthDesktop, 10)} />} <Button variant="contained" |