completionId: cgen-24f1903d6d2c45bf9df93ad873d503c7
cgen-24f1903d6d2c45bf9df93ad873d503c7
This commit is contained in:
parent
1146be1aad
commit
f7fc222852
1 changed files with 7 additions and 0 deletions
|
|
@ -582,6 +582,13 @@ export default function Onboarding() {
|
|||
}
|
||||
onNext={nextStep}
|
||||
/>
|
||||
) : steps[currentStep].title === "Follow Arms" ? (
|
||||
<FollowArms
|
||||
selectedArms={data.followedArms || []}
|
||||
onUpdate={(arms) => updateData({ followedArms: arms })}
|
||||
nextStep={nextStep}
|
||||
prevStep={prevStep}
|
||||
/>
|
||||
) : (
|
||||
<CurrentStepComponent
|
||||
data={data}
|
||||
|
|
|
|||
Loading…
Reference in a new issue