fix(ManageDittoServer): remove toast.error out of if statement

This commit is contained in:
P. Reis 2024-11-21 20:19:01 -03:00
parent 035d7a0a32
commit 64a7581d0a
1 changed files with 1 additions and 1 deletions

View File

@ -102,8 +102,8 @@ const ManageDittoServer: React.FC = () => {
return;
}
} catch { /* empty */ }
toast.error(err.message);
}
toast.error(err.message);
},
});
};