diff --git a/src/pages/Account/AccountList.vue b/src/pages/Account/AccountList.vue index 933f62b6c..56d54a47d 100644 --- a/src/pages/Account/AccountList.vue +++ b/src/pages/Account/AccountList.vue @@ -21,17 +21,9 @@ const filter = { include: { relation: 'role', scope: { fields: ['id', 'name'] } }, }; -const STATE_COLOR = { - pending: 'warning', - managed: 'info', - resolved: 'positive', -}; function getApiUrl() { return new URL(window.location).origin; } -function stateColor(code) { - return STATE_COLOR[code]; -} function navigate(event, id) { if (event.ctrlKey || event.metaKey) return window.open(`${getApiUrl()}/#/account/${id}/summary`); @@ -86,37 +78,12 @@ function navigate(event, id) { v-for="row of rows" >