From c91af6bac6f60790161453b00fbee48983f0cc65 Mon Sep 17 00:00:00 2001 From: Emmanuel Jolaiya Date: Tue, 25 Feb 2025 09:33:42 +0100 Subject: [PATCH] chore: fixed typo --- frontend/src/layouts/root-layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/layouts/root-layout.tsx b/frontend/src/layouts/root-layout.tsx index c3b65b5d..75c19e96 100644 --- a/frontend/src/layouts/root-layout.tsx +++ b/frontend/src/layouts/root-layout.tsx @@ -39,7 +39,7 @@ export const RootLayout = () => { > - {!pathname.includes(APPLICATION_ROUTES.AUTH_CALLBACK) && + {!pathname.includes(APPLICATION_ROUTES.START_MAPPING_BASE) && !pathname.includes(APPLICATION_ROUTES.AUTH_CALLBACK) &&