Remove double text for SSO login method (#7385)

This commit is contained in:
Elias Nahum
2023-06-02 10:23:14 -04:00
committed by GitHub
parent 841db48a86
commit 7105320855

View File

@@ -100,15 +100,6 @@ const SsoOptions = ({goToSso, ssoOnly, ssoOptions, theme}: Props) => {
<View
style={styles.buttonTextContainer}
>
{ssoOnly && (
<Text
key={'pretext' + text}
style={styles.buttonText}
testID={'pretext' + text}
>
{text}
</Text>
)}
<Text
key={ssoType}
style={styles.buttonText}