From c76053a1c40328a3ae734ea0390d45c2f52283b5 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 2 Aug 2022 21:06:54 -0700 Subject: Fix event page --- modern/src/other/EventPage.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modern/src/other/EventPage.js') diff --git a/modern/src/other/EventPage.js b/modern/src/other/EventPage.js index f84e1e5e..7f5d32ba 100644 --- a/modern/src/other/EventPage.js +++ b/modern/src/other/EventPage.js @@ -9,6 +9,7 @@ import { useNavigate, useParams } from 'react-router-dom'; import { useEffectAsync } from '../reactHelper'; import { useTranslation } from '../common/components/LocalizationProvider'; import MapView from '../map/core/MapView'; +import MapCamera from '../map/MapCamera'; import MapPositions from '../map/MapPositions'; const useStyles = makeStyles(() => ({ @@ -71,6 +72,7 @@ const EventPage = () => { {position && } + {position && } ); -- cgit v1.2.3