From a3eb2d0441ae18f75604a4bee64db18391469837 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 2 Jan 2026 01:08:41 +0100 Subject: feat: Integrate Geoapify geocoding service and update configuration --- src/frontend/app/contexts/PageTitleContext.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/frontend/app/contexts') diff --git a/src/frontend/app/contexts/PageTitleContext.tsx b/src/frontend/app/contexts/PageTitleContext.tsx index a7a3ad4..a6bf348 100644 --- a/src/frontend/app/contexts/PageTitleContext.tsx +++ b/src/frontend/app/contexts/PageTitleContext.tsx @@ -38,7 +38,6 @@ export const usePageTitle = (title: string) => { setTitle(title); document.title = `${title} - EnMarcha`; - return () => { - }; + return () => {}; }, [title, setTitle]); }; -- cgit v1.3