From 1cf467a4bfcee3d240fedb9784763f805c17980b Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 28 Sep 2025 01:02:33 +0000 Subject: [PATCH] Add Complete Setup button when profile incomplete cgen-ed7e9eb345314cc899af3bf9e251c798 --- client/components/Layout.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 3898e388..2175afd0 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -107,6 +107,15 @@ export default function Layout({ children }: LayoutProps) { > Dashboard + {!profileComplete && ( + + )}