Revert "fix(account settings): add reload after deleting account to avoid hooks bugs"

This reverts commit b4a44336da.
This commit is contained in:
plebeius.eth
2024-02-07 16:48:19 +01:00
parent a106fa26e6
commit 08fb47cc37

View File

@@ -57,7 +57,6 @@ const AccountSettings = () => {
return;
} else if (window.confirm(t('delete_confirm', { value: accountName }))) {
deleteAccount(accountName);
window.location.reload();
} else {
return;
}