Skip to content

Commit

Permalink
Remove unneccessary margin
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-lr committed Oct 7, 2022
1 parent 26e26ec commit 3a7e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AddPersonalBankAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class AddPersonalBankAccountPage extends React.Component {
submitButtonText={this.props.translate('common.saveAndContinue')}
onSubmit={this.submit}
validate={this.validate}
style={[styles.mh5, styles.mb5, styles.flex1]}
style={[styles.mh5, styles.flex1]}
>
<>
<AddPlaidBankAccount
Expand Down

0 comments on commit 3a7e3e4

Please sign in to comment.