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 = [