Skip to content

Commit

Permalink
Merge pull request Expensify#33694 from tienifr/fix/32079
Browse files Browse the repository at this point in the history
Fix show personal bank account option in wallet page
  • Loading branch information
Gonals authored Jan 15, 2024
2 parents e93f87d + 9a9f8e2 commit a1c7f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/Wallet/WalletPage/WalletPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ function WalletPage({bankAccountList, cardList, fundList, isLoadingPaymentMethod
}}
onItemSelected={(method) => addPaymentMethodTypePressed(method)}
anchorRef={addPaymentMethodAnchorRef}
shouldShowPersonalBankAccountOption
/>
</>
);
Expand Down

0 comments on commit a1c7f56

Please sign in to comment.