diff --git a/apps/studio/src/routes/__root.tsx b/apps/studio/src/routes/__root.tsx index 5bd9b94d2..e4be9b21f 100644 --- a/apps/studio/src/routes/__root.tsx +++ b/apps/studio/src/routes/__root.tsx @@ -157,7 +157,7 @@ function RequireAuth({ children }: { children: React.ReactNode }) { ); } - return <>{children}; + return
{children}
; } function AuthedAiChatPanel() {