Skip to content

Commit

Permalink
Merge pull request #10823 from varshamb/fix-10362-loading-indicator-c…
Browse files Browse the repository at this point in the history
…enter

Center loading indicator
  • Loading branch information
jasperhuangg authored Sep 13, 2022
2 parents ca08fb0 + f6b88c5 commit 2b6016d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/AddPersonalBankAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class AddPersonalBankAccountPage extends React.Component {
</>
) : (
<FormScrollView>
<View style={[styles.mh5, styles.mb5]}>
<View style={[styles.mh5, styles.mb5, styles.flex1]}>
<AddPlaidBankAccount
onSelect={(params) => {
this.setState({
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/BankAccountStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class BankAccountStep extends React.Component {
)}
{subStep === CONST.BANK_ACCOUNT.SETUP_TYPE.PLAID && (
<FormScrollView>
<View style={[styles.mh5, styles.mb5]}>
<View style={[styles.mh5, styles.mb5, styles.flex1]}>
<AddPlaidBankAccount
text={this.props.translate('bankAccount.plaidBodyCopy')}
onSelect={(params) => {
Expand Down

0 comments on commit 2b6016d

Please sign in to comment.