Fix lint
This commit is contained in:
parent
57559ab6ca
commit
0604e5b84e
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,10 @@ export function Step2({
|
|||
const {isMobile} = useWebMediaQueries()
|
||||
|
||||
const onPressRequest = React.useCallback(() => {
|
||||
const phoneNumber = parsePhoneNumber(uiState.verificationPhone, uiState.phoneCountry)
|
||||
const phoneNumber = parsePhoneNumber(
|
||||
uiState.verificationPhone,
|
||||
uiState.phoneCountry,
|
||||
)
|
||||
if (phoneNumber && phoneNumber.isValid()) {
|
||||
requestVerificationCode({uiState, uiDispatch, _})
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue