Skip to content

Commit

Permalink
Merge pull request #5584 from PrashantMangukiya/prashant-5580
Browse files Browse the repository at this point in the history
Step counter problem corrected on bank account step

(cherry picked from commit 8fb214d)
  • Loading branch information
Amal Nazeem authored and OSBotify committed Sep 29, 2021
1 parent 3d83c58 commit 9d38325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReimbursementAccount/BankAccountStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class BankAccountStep extends React.Component {
<View style={[styles.flex1, styles.justifyContentBetween]}>
<HeaderWithCloseButton
title={this.props.translate('bankAccount.addBankAccount')}
stepCounter={this.state.bankAccountAddMethod && {step: 1, total: 5}}
stepCounter={subStep && {step: 1, total: 5}}
onCloseButtonPress={Navigation.dismissModal}
onBackButtonPress={() => setBankAccountSubStep(null)}
shouldShowBackButton={Boolean(subStep)}
Expand Down

0 comments on commit 9d38325

Please sign in to comment.