diff --git a/components/user/UserSwitcher.vue b/components/user/UserSwitcher.vue index 05b7ef46..953ceb7d 100644 --- a/components/user/UserSwitcher.vue +++ b/components/user/UserSwitcher.vue @@ -21,7 +21,7 @@ const sorted = computed(() => { :link="false" :full-server="true" rounded p2 - hover:bg-active cursor-pointer transition-100 + :class="user.token !== currentUser?.token ? 'hover:bg-active cursor-pointer transition-100' : ''" @click="loginTo(user)" >