From a57390425913896128b2472ae95e1504c521422f Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Thu, 5 May 2022 00:00:31 -0500 Subject: Geofences now center when clicked in /geofences --- modern/src/GeofencesPage.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modern/src/GeofencesPage.js') diff --git a/modern/src/GeofencesPage.js b/modern/src/GeofencesPage.js index 42dfb6b..47f3d26 100644 --- a/modern/src/GeofencesPage.js +++ b/modern/src/GeofencesPage.js @@ -11,6 +11,7 @@ import CurrentLocationMap from './map/CurrentLocationMap'; import GeofenceEditMap from './map/GeofenceEditMap'; import GeofencesList from './GeofencesList'; import { useTranslation } from './LocalizationProvider'; +import SelectedGeofenceMap from './map/SelectedGeofenceMap'; const useStyles = makeStyles((theme) => ({ root: { @@ -76,6 +77,7 @@ const GeofencesPage = ({ width }) => { + -- cgit v1.2.3