diff --git a/src/components/auth/AuthPhoneNumber.tsx b/src/components/auth/AuthPhoneNumber.tsx index e50186dca..a4378031d 100644 --- a/src/components/auth/AuthPhoneNumber.tsx +++ b/src/components/auth/AuthPhoneNumber.tsx @@ -241,18 +241,18 @@ const AuthPhoneNumber: FC = ({ /> {canSubmit && ( isAuthReady ? ( - + ) : ( ) )} {isAuthReady && ( - )} {suggestedLanguage && suggestedLanguage !== language && continueText && ( - + )} diff --git a/src/components/auth/AuthQrCode.tsx b/src/components/auth/AuthQrCode.tsx index 6153475d5..e601fea16 100644 --- a/src/components/auth/AuthQrCode.tsx +++ b/src/components/auth/AuthQrCode.tsx @@ -178,10 +178,10 @@ const AuthCode = ({
  • {lang('LoginQRHelp3')}
  • {isAuthReady && ( - + )} {suggestedLanguage && suggestedLanguage !== language && continueText && ( - + )} diff --git a/src/components/auth/AuthRegister.tsx b/src/components/auth/AuthRegister.tsx index 9ccb8b6c3..b7eb6090e 100644 --- a/src/components/auth/AuthRegister.tsx +++ b/src/components/auth/AuthRegister.tsx @@ -76,7 +76,7 @@ const AuthRegister: FC = ({ autoComplete="family-name" /> {isButtonShown && ( - + )} diff --git a/src/components/common/PasswordForm.tsx b/src/components/common/PasswordForm.tsx index 67dc352c4..b613834a0 100644 --- a/src/components/common/PasswordForm.tsx +++ b/src/components/common/PasswordForm.tsx @@ -155,7 +155,7 @@ const PasswordForm: FC = ({ {description &&

    {description}

    } {onSubmit && (canSubmit || shouldShowSubmit) && ( - )}