lint
This commit is contained in:
parent
6ae275bd78
commit
762d0840bd
|
@ -75,14 +75,12 @@ export const menu = derived([admin, auth], ([$admin, $auth]) => {
|
||||||
title: "Usage",
|
title: "Usage",
|
||||||
href: "/builder/portal/account/usage",
|
href: "/builder/portal/account/usage",
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
if ($auth.isAdmin) {
|
if ($auth.isAdmin) {
|
||||||
accountSubPages.push(
|
accountSubPages.push({
|
||||||
{
|
title: "Audit Logs",
|
||||||
title: "Audit Logs",
|
href: "/builder/portal/account/auditLogs",
|
||||||
href: "/builder/portal/account/auditLogs",
|
})
|
||||||
})
|
|
||||||
}
|
}
|
||||||
if ($admin.cloud && $auth?.user?.accountPortalAccess) {
|
if ($admin.cloud && $auth?.user?.accountPortalAccess) {
|
||||||
accountSubPages.push({
|
accountSubPages.push({
|
||||||
|
|
Loading…
Reference in New Issue