From 8ec2a14d46c2b3cdcfae175c97bb168b15f9b9b0 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 02:14:41 +0000 Subject: [PATCH] completionId: cgen-03d42e20b8e440729ef0d219cfac5026 cgen-03d42e20b8e440729ef0d219cfac5026 --- client/components/onboarding/CreatorProfile.tsx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/client/components/onboarding/CreatorProfile.tsx b/client/components/onboarding/CreatorProfile.tsx index 7f8043a2..d0e3bd88 100644 --- a/client/components/onboarding/CreatorProfile.tsx +++ b/client/components/onboarding/CreatorProfile.tsx @@ -6,15 +6,12 @@ import { useState, useMemo } from "react"; import { ChevronRight, Zap, Users, Code } from "lucide-react"; interface CreatorProfileProps { - data: { - bio?: string; - skills: string[]; - primaryArm?: string; - }; - onChange: (data: any) => void; - onNext: () => void; - onPrev: () => void; - isTransitioning: boolean; + data: any; + updateData: (data: any) => void; + nextStep: () => void; + prevStep: () => void; + currentStep: number; + totalSteps: number; } const AVAILABLE_ARMS = [