mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
[#1514] missing veteran achievement
This commit is contained in:
parent
e754670733
commit
d432397c27
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
Helped HabitRPG grow by filling out <a href='http://community.habitrpg.com/node/290' target='_blank'>this survey.</a>
|
||||
hr
|
||||
|
||||
div(ng-if='profile.achievements.originalUser || profile.achievements.veteranUser')
|
||||
div(ng-if='profile.achievements.originalUser || profile.achievements.veteran')
|
||||
.achievement.achievement-cake
|
||||
div(ng-if='profile.achievements.veteran')
|
||||
h5 Veteran
|
||||
|
|
|
|||
Loading…
Reference in a new issue