mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 23:25:51 +00:00
fix(achievements): show Rebirths count
This commit is contained in:
parent
0a1ae1375e
commit
faeb040a83
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ function _getBasicAchievements (user, language) {
|
|||
text: rebirthText,
|
||||
icon: 'achievement-sun',
|
||||
earned: Boolean(user.achievements.rebirths),
|
||||
optionalCount: user.achievements.rebirths,
|
||||
});
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Reference in a new issue