Skip to content

Commit

Permalink
Merge pull request #17412 from parasharrajat/crash-fix
Browse files Browse the repository at this point in the history
Fix: crash and replace the space with margin
  • Loading branch information
chiragsalian authored Apr 13, 2023
2 parents 8246f3d + bce66e4 commit af70dc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/signin/ChangeExpensifyLoginLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ const defaultProps = {
const ChangeExpensifyLoginLink = props => (
<View style={[styles.changeExpensifyLoginLinkContainer, styles.mt3]}>
{!_.isEmpty(props.credentials.login) && (
<Text>
<Text style={styles.mr1}>
{props.translate('loginForm.notYou', {user: Str.removeSMSDomain(props.credentials.login)})}
</Text>
)}
&nbsp;
<TouchableOpacity
style={[styles.link]}
onPress={props.onPress}
Expand Down

0 comments on commit af70dc2

Please sign in to comment.