mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 07:49:39 +00:00
fix for #1920
This commit is contained in:
parent
878bfc7f46
commit
15f3907f00
1 changed files with 1 additions and 1 deletions
|
|
@ -27,5 +27,5 @@ figure.herobox(ng-click='clickMember(profile._id)', data-name='{{profile.profile
|
|||
// Pet
|
||||
// FIXME handle @minimal, this might have to be a directive
|
||||
span.current-pet(class='Pet-{{profile.items.currentPet}}', ng-show='profile.items.currentPet && !minimal')
|
||||
.avatar-level(ng-class='{label:profile, "label-contributor-{{profile.contributor.level}}": profile.contributor, "label-npc": profile.backer.npc}')
|
||||
.avatar-level(ng-class='{label:profile, "label-contributor- + profile.contributor.level": profile.contributor, "label-npc": profile.backer.npc}')
|
||||
| Lvl {{profile.stats.lvl}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue