From f52ebf82281973f75e8b828a0dc586edec1e1656 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 28 Sep 2025 01:02:15 +0000 Subject: [PATCH] Show Complete Setup CTA when profile incomplete cgen-cbb31aaa2e744b078c64bc0abb8aad5b --- client/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 5bca60ad..3898e388 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -21,7 +21,7 @@ interface LayoutProps { export default function Layout({ children }: LayoutProps) { const location = useLocation(); - const { user, profile, roles, signOut, loading } = useAuth(); + const { user, profile, roles, signOut, loading, profileComplete } = useAuth(); const isOwner = Array.isArray(roles) && roles.includes("owner"); const navigation = [