We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea75e06 commit 305bbc2Copy full SHA for 305bbc2
1 file changed
adminforth/spa/src/components/UserMenuSettingsButton.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="min-w-40">
+ <div v-if="options && options.length" class="min-w-40">
3
<div class="cursor-pointer flex items-center justify-between gap-1 block px-4 py-2 text-sm
4
bg-lightUserMenuItemBackground hover:bg-lightUserMenuItemBackgroundHover text-lightUserMenuItemText
5
hover:text-lightUserMenuItemText dark:bg-darkUserMenuItemBackground dark:hover:bg-darkUserMenuItemBackgroundHover
0 commit comments