lint
This commit is contained in:
parent
a192ea0caa
commit
692d10d4be
|
@ -75,11 +75,9 @@ export const menu = derived([admin, auth], ([$admin, $auth]) => {
|
|||
title: "Usage",
|
||||
href: "/builder/portal/account/usage",
|
||||
},
|
||||
|
||||
]
|
||||
if ($auth.isAdmin) {
|
||||
accountSubPages.push(
|
||||
{
|
||||
accountSubPages.push({
|
||||
title: "Audit Logs",
|
||||
href: "/builder/portal/account/auditLogs",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue