mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
parent
ff87a346d6
commit
897b192852
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
/>
|
||||
<div class="d-flex flex-column profile-name-character">
|
||||
<h3 class="character-name">
|
||||
<span v-if="member.contributor.level > 0 && !disableNameStyling">
|
||||
<span v-if="member.contributor && member.contributor.level > 0 && !disableNameStyling">
|
||||
<user-link
|
||||
:user-id="member._id"
|
||||
:name="member.profile.name"
|
||||
|
|
|
|||
Loading…
Reference in a new issue