From 1147673fad0975ff5228bedc99e5a2d40df7670a Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 10 Oct 2025 20:43:57 +0200 Subject: [PATCH] fix linting --- .../ItemPopupComponents/HeaderView/ConnectionStatus.tsx | 2 +- lib/src/Components/Map/hooks/useGeoDistance.tsx | 6 +++++- lib/src/Components/Map/hooks/useReverseGeocode.ts | 7 +++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx index e30e8f82..42a21e0d 100644 --- a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx +++ b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ConnectionStatus.tsx @@ -31,7 +31,7 @@ export function ConnectionStatus({ item }: ConnectionStatusProps) { return

✅ Connected

} - const tags = getItemTags(item); + const tags = getItemTags(item) return (