From a89668258e643727f63e6e105b6f02ec78f132b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Ram=C3=ADrez?= Date: Thu, 2 Oct 2025 10:32:55 -0300 Subject: [PATCH] fix: remove unused router --- src/app/(mobile-ui)/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/(mobile-ui)/layout.tsx b/src/app/(mobile-ui)/layout.tsx index befd7d03a..e7a2812f9 100644 --- a/src/app/(mobile-ui)/layout.tsx +++ b/src/app/(mobile-ui)/layout.tsx @@ -34,7 +34,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => { const isHistory = pathName === '/history' const isSupport = pathName === '/support' const alignStart = isHome || isHistory || isSupport - const router = useRouter() useEffect(() => { // check for JWT token