Skip to content

Commit

Permalink
Merge pull request #4991 from Santhosh-Sellavel/Santhosh_Routing_Acco…
Browse files Browse the repository at this point in the history
…unt_Space_Fix

Added spacing between Routing & Account Number
  • Loading branch information
puneetlath authored Sep 2, 2021
2 parents a919ee8 + a96cb6a commit 7de992e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReimbursementAccount/BankAccountStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ class BankAccountStep extends React.Component {
? error : ''}
/>
<ExpensiTextInput
containerStyles={[styles.mt4]}
placeholder={this.props.translate('bankAccount.accountNumber')}
keyboardType="number-pad"
value={this.state.accountNumber}
Expand Down

0 comments on commit 7de992e

Please sign in to comment.