From 63324a67b42517913e23b92e62dda643539a8324 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 12 Jun 2024 11:53:11 -0700 Subject: [PATCH] rm unused optional --- src/components/StarterPack/Wizard/WizardProfileCard.tsx | 2 -- 1 file changed, 2 deletions(-) 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 {