mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Corrected second half of mountmaster text to only show if mountmaster
has been achieved at least once
This commit is contained in:
parent
0fd3f290b8
commit
7172df7dbb
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ div(ng-if='profile.achievements.mountMaster || user._id == profile._id')
|
|||
div(ng-class='{muted: !profile.achievements.mountMaster}')
|
||||
h5=env.t('mountMastName')
|
||||
small=env.t('mountMastText')
|
||||
small(ng-if='profile.achievements.mountMasterCount')
|
||||
=env.t('beastMastText2', {count: "{{profile.achievements.mountMasterCount}}"})
|
||||
hr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue