diff --git a/net/web/src/admin/dashboard/accountItem/AccountItem.jsx b/net/web/src/admin/dashboard/accountItem/AccountItem.jsx
index 159297c5..18f576b6 100644
--- a/net/web/src/admin/dashboard/accountItem/AccountItem.jsx
+++ b/net/web/src/admin/dashboard/accountItem/AccountItem.jsx
@@ -23,23 +23,6 @@ export function AccountItem({ token, item, remove }) {
navigator.clipboard.writeText(value);
};
- const Enable = () => {
- if (state.disabled) {
- return (
-
- }
- loading={state.statusBusy} onClick={() => actions.setStatus(false)}>
-
- )
- }
- return (
-
- }
- loading={state.statusBusy} onClick={() => actions.setStatus(true)}>
-
- )
- }
-
const accessLink = () => {
return window.location.origin + '/#/login?access=' + state.accessToken;
};
@@ -54,15 +37,46 @@ export function AccountItem({ token, item, remove }) {
{ state.guid }