Fix lint
This commit is contained in:
@@ -31,7 +31,7 @@ export function EmailDialog({control}: {control: StatefulControl<Screen>}) {
|
||||
control.value.onCloseWithoutVerifying?.()
|
||||
}
|
||||
}
|
||||
}, [isEmailVerified, control, ,])
|
||||
}, [isEmailVerified, control])
|
||||
|
||||
return (
|
||||
<Dialog.Outer control={control.control} onClose={onClose}>
|
||||
|
||||
Reference in New Issue
Block a user