diff --git a/src/components/StarterPack/Wizard/WizardProfileCard.tsx b/src/components/StarterPack/Wizard/WizardProfileCard.tsx index 48a900da7a..cd07c91236 100644 --- a/src/components/StarterPack/Wizard/WizardProfileCard.tsx +++ b/src/components/StarterPack/Wizard/WizardProfileCard.tsx @@ -28,8 +28,6 @@ export function WizardProfileCard({ const onPressAddRemove = () => { Keyboard.dismiss() - - if (!profile?.did) return if (!includesProfile) { dispatch({type: 'AddProfile', profile}) } else {