Add parenthesis back in so boolean will render correctly
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user