From 9a9f8e2a8bf2dcff03cb169f8ef791e8d1b81f58 Mon Sep 17 00:00:00 2001 From: tienifr Date: Thu, 28 Dec 2023 16:31:14 +0700 Subject: [PATCH] show personal bank account option in wallet page --- src/pages/settings/Wallet/WalletPage/WalletPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/settings/Wallet/WalletPage/WalletPage.js b/src/pages/settings/Wallet/WalletPage/WalletPage.js index e0577930b73d..87c802ba98ea 100644 --- a/src/pages/settings/Wallet/WalletPage/WalletPage.js +++ b/src/pages/settings/Wallet/WalletPage/WalletPage.js @@ -542,6 +542,7 @@ function WalletPage({bankAccountList, cardList, fundList, isLoadingPaymentMethod }} onItemSelected={(method) => addPaymentMethodTypePressed(method)} anchorRef={addPaymentMethodAnchorRef} + shouldShowPersonalBankAccountOption /> );