Skip to content

Commit

Permalink
Minor fix to account deletion message logic (#3003)
Browse files Browse the repository at this point in the history
Co-authored-by: miko <sauce47@posteo.net>
  • Loading branch information
keikari and miko authored Oct 19, 2023
1 parent 4659604 commit 782f30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/modal/modalRemoveAccount/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
)
Expand Down

0 comments on commit 782f30a

Please sign in to comment.