Ensure the 'creator link' in the profile menu is hidden when no creator is associated
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
<v-list-item v-if="userStore.creator" class="nav-button">
|
||||
<v-list-item v-if="userStore.creator && Object.keys(userStore.creator).length > 0" class="nav-button">
|
||||
<router-link :to="`/@${userStore.creator.name}`">
|
||||
<v-btn class="w-100 " variant="plain">@{{ userStore.creator.name }}</v-btn>
|
||||
</router-link>
|
||||
|
||||
Reference in New Issue
Block a user