diff --git a/packages/twenty-front/src/modules/ui/layout/page/components/DefaultLayout.tsx b/packages/twenty-front/src/modules/ui/layout/page/components/DefaultLayout.tsx index d815d600e..f739decb3 100644 --- a/packages/twenty-front/src/modules/ui/layout/page/components/DefaultLayout.tsx +++ b/packages/twenty-front/src/modules/ui/layout/page/components/DefaultLayout.tsx @@ -88,19 +88,23 @@ export const DefaultLayout = () => { `} /> - - - - {isWorkflowEnabled && } - - - - - + {!showAuthModal && ( + <> + + + + {isWorkflowEnabled && } + + + + + + + )}