mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
Added a missing dot
This commit is contained in:
parent
f9eef5c497
commit
1ee5bbae72
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ div(ng-if=':: profile.achievements.originalUser')
|
|||
small!=env.t('originalUserText')
|
||||
hr
|
||||
|
||||
div(ng-if='profile.achievements.challenges || user._id == profile_id')
|
||||
div(ng-if='profile.achievements.challenges || user._id == profile._id')
|
||||
// This is a very strange icon to use. revisit
|
||||
.achievement.achievement-karaoke(ng-show='profile.achievements.challenges.length')
|
||||
div(ng-class='{muted: !profile.achievements.challenges.length}')
|
||||
|
|
|
|||
Loading…
Reference in a new issue