From 5c48a06000213b59382e9536217cee7e03408209 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 16:48:48 +0000 Subject: [PATCH] completionId: cgen-8dcadadd6a194fa98cb8c93c149c5621 cgen-8dcadadd6a194fa98cb8c93c149c5621 --- client/components/onboarding/CreatorProfile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/onboarding/CreatorProfile.tsx b/client/components/onboarding/CreatorProfile.tsx index ae5fb3ba..95495fdd 100644 --- a/client/components/onboarding/CreatorProfile.tsx +++ b/client/components/onboarding/CreatorProfile.tsx @@ -72,7 +72,7 @@ export default function CreatorProfile({ totalSteps, }: CreatorProfileProps) { const [inputValue, setInputValue] = useState(""); - const creatorData = data.creatorProfile || { + const creatorData = data?.creatorProfile || { bio: "", skills: [], primaryArm: "",