diff --git a/components/MapView/index.js b/components/MapView/index.js index f5b4e1b3c..95491b65a 100644 --- a/components/MapView/index.js +++ b/components/MapView/index.js @@ -22,8 +22,7 @@ const Maps = ({ organization }) => { useEffect(() => { retriveAsyncMarkers(); - handleLocation().then().catch(); - }, []); + }); const handleLocation = async () => { const currentLocation = await getLocation().then().catch((e) => e);