mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-19 14:19:24 -04:00
Update account-settings.tsx
This commit is contained in:
@@ -57,7 +57,6 @@ const AccountSettings = () => {
|
||||
return;
|
||||
} else if (window.confirm(t('delete_confirm', { value: accountName }))) {
|
||||
deleteAccount(accountName);
|
||||
setSwitchToLastAccount(true);
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user