mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 15:09:32 +00:00
fix no name showing up if not logged in
This commit is contained in:
parent
915c86d8ba
commit
30b3b527a5
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<avatar:>
|
||||
<figure class="herobox"
|
||||
data-name="{@profile.auth.local.username}"
|
||||
data-name="{#if @profile.auth.local.username}{@profile.auth.local.username}{else}Anonymous{/}"
|
||||
data-level="{@profile.stats.lvl}"
|
||||
data-checkpet="{#if @profile.items.pet}hasPet{/}"
|
||||
data-checkuser="{#if equal(@profile.id, _user.id)}isUser{/}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue