mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 00:12:17 +00:00
Removed if that would hide the triad bingo achievement until mount
master attained
This commit is contained in:
parent
373d5a5b64
commit
f64bc5b2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ div(ng-if='profile.achievements.mountMaster || user._id == profile._id')
|
|||
=env.t('mountMasterText2', {count: "{{profile.achievements.mountMasterCount}}"})
|
||||
hr
|
||||
|
||||
div(ng-if='profile.achievements.triadBingo || (profile.achievements.mountMaster && user._id == profile._id)')
|
||||
div(ng-if='profile.achievements.triadBingo || user._id == profile._id')
|
||||
.achievement.achievement-triadbingo(ng-show='profile.achievements.triadBingo')
|
||||
div(ng-class='{muted: !profile.achievements.triadBingo}')
|
||||
h5=env.t('triadBingoName')
|
||||
|
|
|
|||
Loading…
Reference in a new issue