Skip to content

Commit 9d38325

Browse files
Amal NazeemOSBotify
Amal Nazeem
authored and
OSBotify
committed
Merge pull request #5584 from PrashantMangukiya/prashant-5580
Step counter problem corrected on bank account step (cherry picked from commit 8fb214d)
1 parent 3d83c58 commit 9d38325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/ReimbursementAccount/BankAccountStep.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class BankAccountStep extends React.Component {
168168
<View style={[styles.flex1, styles.justifyContentBetween]}>
169169
<HeaderWithCloseButton
170170
title={this.props.translate('bankAccount.addBankAccount')}
171-
stepCounter={this.state.bankAccountAddMethod && {step: 1, total: 5}}
171+
stepCounter={subStep && {step: 1, total: 5}}
172172
onCloseButtonPress={Navigation.dismissModal}
173173
onBackButtonPress={() => setBankAccountSubStep(null)}
174174
shouldShowBackButton={Boolean(subStep)}

0 commit comments

Comments
 (0)