diff --git a/lib/src/Components/Map/hooks/useGeoDistance.tsx b/lib/src/Components/Map/hooks/useGeoDistance.tsx index 4004f129..9343d9a1 100644 --- a/lib/src/Components/Map/hooks/useGeoDistance.tsx +++ b/lib/src/Components/Map/hooks/useGeoDistance.tsx @@ -45,7 +45,6 @@ export const useGeoDistance = (targetPoint?: Point) => { setDistance(dist) } catch (err) { setError('Calculation error') - throw err } }, [myProfile, isMyProfileLoaded, targetPoint])