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) && }
>