diff --git a/apps/web/components/AppsShell.tsx b/apps/web/components/AppsShell.tsx index 23755ab80d..1c6230eaf3 100644 --- a/apps/web/components/AppsShell.tsx +++ b/apps/web/components/AppsShell.tsx @@ -19,9 +19,7 @@ export default function AppsShell({ children }: { children: React.ReactNode }) { return ( <> -
- {status === "authenticated" && } -
+
{status === "authenticated" && }
{children}
);