mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
pets: bug where everyone shows main user's pet
This commit is contained in:
parent
bf7fe8ff53
commit
903f2b17c6
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
<span class='{:p.gender}_weapon_{@profile.items.weapon}'></span>
|
||||
{/}
|
||||
{#if and(@profile.items.currentPet, not(@minimal))}
|
||||
<span class="Pet-{_user.items.currentPet.name}-{_user.items.currentPet.modifier} current-pet" ></span>
|
||||
<span class="Pet-{@profile.items.currentPet.name}-{@profile.items.currentPet.modifier} current-pet" ></span>
|
||||
{/}
|
||||
</div>
|
||||
</figure>
|
||||
|
|
|
|||
Loading…
Reference in a new issue