rm unused optional
This commit is contained in:
@@ -28,8 +28,6 @@ export function WizardProfileCard({
|
|||||||
|
|
||||||
const onPressAddRemove = () => {
|
const onPressAddRemove = () => {
|
||||||
Keyboard.dismiss()
|
Keyboard.dismiss()
|
||||||
|
|
||||||
if (!profile?.did) return
|
|
||||||
if (!includesProfile) {
|
if (!includesProfile) {
|
||||||
dispatch({type: 'AddProfile', profile})
|
dispatch({type: 'AddProfile', profile})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user