Skip to content

Commit 0071097

Browse files
committed
fix: show admin menu on mobile
1 parent 5633ecb commit 0071097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runtime/components/app/AppNavigation.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ const isExpanded = ref(false)
5959
</v-list-item-title>
6060
</v-list-item>
6161

62+
<!-- Admin menu -->
6263
<template
6364
v-if="
64-
isExpanded
65+
(xs || isExpanded)
6566
&& nuxtifyConfig.navigation?.admin?.length
6667
&& isSuperAdmin(currentUser, nuxtifyConfig.auth?.adminDomain ?? '')
6768
"

0 commit comments

Comments
 (0)