From 1412f9d95cfa5de31a80f279095618f84982705e Mon Sep 17 00:00:00 2001 From: RonyVidaur Date: Sat, 3 Feb 2024 22:27:50 -0600 Subject: format --- src/view/com/auth/create/Step2.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/view/com/auth/create/Step2.tsx b/src/view/com/auth/create/Step2.tsx index 4e6512c9b..c1648eccc 100644 --- a/src/view/com/auth/create/Step2.tsx +++ b/src/view/com/auth/create/Step2.tsx @@ -42,10 +42,7 @@ 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 { -- cgit 1.4.1