mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
Allowed mountMaster achievement to always be shown
This commit is contained in:
parent
6a63f55a94
commit
3d904f18b9
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ div(ng-if='profile.achievements.beastMaster || user._id == profile._id')
|
|||
=env.t('beastMasterText2', {count: "{{profile.achievements.beastMasterCount}}"})
|
||||
hr
|
||||
|
||||
div(ng-if='profile.achievements.mountMaster || (profile.achievements.beastMaster && user._id == profile._id)')
|
||||
div(ng-if='profile.achievements.mountMaster || user._id == profile._id')
|
||||
.achievement.achievement-wolf(ng-show='profile.achievements.mountMaster')
|
||||
div(ng-class='{muted: !profile.achievements.mountMaster}')
|
||||
h5=env.t('mountMasterName')
|
||||
|
|
|
|||
Loading…
Reference in a new issue