diff --git a/frontend/src/app/app.tsx b/frontend/src/app/app.tsx index f7420ca51..309b4baca 100644 --- a/frontend/src/app/app.tsx +++ b/frontend/src/app/app.tsx @@ -31,7 +31,11 @@ const App: React.FC = () => { return ( <> - + {pathname === AppRoute.SIGN_UP || + pathname === AppRoute.SIGN_IN ? null : ( + + )} +