Skip to content

Commit

Permalink
Fix navigation from plaid header back button
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1206agra committed Jan 4, 2025
1 parent e4225f4 commit a060234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/AddPersonalBankAccountPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function AddPersonalBankAccountPage() {
<DelegateNoAccessWrapper accessDeniedVariants={[CONST.DELEGATE.DENIED_ACCESS_VARIANTS.DELEGATE]}>
<HeaderWithBackButton
title={translate('bankAccount.addBankAccount')}
onBackButtonPress={exitFlow}
onBackButtonPress={shouldShowSuccess ? exitFlow : Navigation.goBack}
/>
{shouldShowSuccess ? (
<ConfirmationPage
Expand Down

0 comments on commit a060234

Please sign in to comment.