From 5b2c3db9b901464ae89854ed6eff817002d2d5bf Mon Sep 17 00:00:00 2001 From: miko Date: Thu, 19 Oct 2023 14:07:26 +0300 Subject: [PATCH] Minor fix to account deletion message logic --- ui/modal/modalRemoveAccount/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/modal/modalRemoveAccount/view.jsx b/ui/modal/modalRemoveAccount/view.jsx index f7199aaf37..8ebb663a98 100644 --- a/ui/modal/modalRemoveAccount/view.jsx +++ b/ui/modal/modalRemoveAccount/view.jsx @@ -92,7 +92,7 @@ export default function ModalRemoveAccount(props: Props) { <> {isBusy ? '' - : !isLoadingAccountInfo && !isLoadingAccountInfoSuccess + : !isLoadingAccountInfo && !isLoadingAccountInfoSuccess && (!isPendingDeletion || !isWalletEmpty) ? __( 'Failed to load account info. If the issue persists, please reach out to help@odysee.com for support.' )