mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 16:32:16 +00:00
hide user from partyMembers (see previous commit)
This commit is contained in:
parent
5fb7bb5090
commit
089a2e0cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
NOTE TO SELF: Ask Tyler if some kind of inter-leaving is possible
|
||||
where we can put ONE of the results of this loop BEFORE the progress bars, and the rest after-->
|
||||
{{#each _partyMembers as :member}}
|
||||
<div class="herobox-wrap">
|
||||
<div class="herobox-wrap" style="{{#if equal(:member.id, _userId)}}display:none;{{/}}">
|
||||
{{#unless equal(:member.id, _userId)}}
|
||||
<app:avatar:avatar profile={{:member}} party="true" />
|
||||
<!-- Would be way cleaner as a Derby template `data-content="<app:party:member-stats profile={{:member}} />"`, but it was just printing HTML as text -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue