Skip to content

Commit

Permalink
Merge pull request #38608 from narefyev91/fix-custom-continue-button-…
Browse files Browse the repository at this point in the history
…account-step

Fix custom button for Continue Bank Account setup
  • Loading branch information
jasperhuangg authored Mar 19, 2024
2 parents 73ecb3f + 996d67d commit 9cb79b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/ReimbursementAccount/ContinueBankAccountSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ function ContinueBankAccountSetup(props) {
>
<Text>{props.translate('workspace.bankAccount.youreAlmostDone')}</Text>
<Button
iconStyles={[styles.customMarginButtonWithMenuItem]}
text={props.translate('workspace.bankAccount.continueWithSetup')}
onPress={props.continue}
icon={Expensicons.Bank}
style={[styles.mv4]}
shouldShowRightIcon
large
innerStyles={[styles.pr2, styles.pl4, styles.h13]}
success
isDisabled={Boolean(pendingAction) || !_.isEmpty(errors)}
/>
Expand Down

0 comments on commit 9cb79b8

Please sign in to comment.