From 5ed20eebbfddf0d1d0dbb649c6f1aad371c958c5 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:18:57 +0200 Subject: [PATCH] Update lib/src/Components/Map/hooks/useGeoDistance.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- lib/src/Components/Map/hooks/useGeoDistance.tsx | 1 - 1 file changed, 1 deletion(-) 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])