From 4e5278e49e90f5da8447080aaabfbf66adaccdb4 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 28 Sep 2025 23:52:32 +0000 Subject: [PATCH] Show Sign out when profile not loaded (fallback) cgen-f447570e8935436384afb2df5a78b94b --- client/components/Layout.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 2175afd0..6636bd56 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -119,6 +119,17 @@ export default function Layout({ children }: LayoutProps) { + {!profile && ( + + )} {profile && (