Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeafreezy authored Feb 25, 2025
1 parent 54a9d0b commit c91af6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/layouts/root-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const RootLayout = () => {
>
<Outlet />
</div>
{!pathname.includes(APPLICATION_ROUTES.AUTH_CALLBACK) &&
{!pathname.includes(APPLICATION_ROUTES.START_MAPPING_BASE) &&
!pathname.includes(APPLICATION_ROUTES.AUTH_CALLBACK) && <Footer />}
</main>
</>
Expand Down

0 comments on commit c91af6b

Please sign in to comment.