mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Fix to allow for challenges with the same award name. Closes #4479
This commit is contained in:
parent
8529c0f1db
commit
f0c65be629
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ div(ng-if='profile.achievements.challenges || user._id == profile._id')
|
|||
div(ng-class='{muted: !profile.achievements.challenges}')
|
||||
h5=env.t('challengeWinner')
|
||||
table.table.table-striped
|
||||
tr(ng-repeat='chal in profile.achievements.challenges')
|
||||
tr(ng-repeat='chal in profile.achievements.challenges track by $index')
|
||||
td {{::chal}}
|
||||
hr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue