diff --git a/src/pages/settings/Wallet/WalletPage/WalletPage.js b/src/pages/settings/Wallet/WalletPage/WalletPage.js index 3a6af1be51dc..5f11fd853745 100644 --- a/src/pages/settings/Wallet/WalletPage/WalletPage.js +++ b/src/pages/settings/Wallet/WalletPage/WalletPage.js @@ -489,53 +489,56 @@ function WalletPage({bankAccountList, betas, cardList, fundList, isLoadingPaymen }} withoutOverlay anchorRef={paymentMethodButtonRef} + onModalHide={resetSelectedPaymentMethodData} > - - {isPopoverBottomMount && ( - - )} - {shouldShowMakeDefaultButton && ( + {!showConfirmDeleteModal ? ( + + {isPopoverBottomMount && ( + + )} + {shouldShowMakeDefaultButton && ( +