Skip to content

Commit

Permalink
Fix: crash and replace the space with margin
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Apr 13, 2023
1 parent 8246f3d commit bce66e4
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 bce66e4

Please sign in to comment.