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: "",