mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
Add parenthesis back in so boolean will render correctly
This commit is contained in:
parent
831af01db6
commit
5cde0495a8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ div(ng-if='::profile.achievements.habitSurveys || user._id == profile._id')
|
|||
h5=env.t('helped')
|
||||
small(ng-if='::profile.achievements.habitSurveys > 1')
|
||||
=env.t('surveysMultiple', {surveys: "{{::profile.achievements.habitSurveys}}"})
|
||||
small(ng-if='::!profile.achievements.habitSurveys > 1')
|
||||
small(ng-if='::!(profile.achievements.habitSurveys > 1)')
|
||||
=env.t('surveysSingle')
|
||||
hr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue