mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: null currentUser on avatar (closes #1679)
This commit is contained in:
parent
fde688d078
commit
52e043cfcd
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<a
|
||||
v-if="currentUser"
|
||||
v-koel-tooltip.left
|
||||
class="view-profile"
|
||||
data-testid="view-profile-link"
|
||||
|
|
Loading…
Reference in a new issue