mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +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,
|
text: rebirthText,
|
||||||
icon: 'achievement-sun',
|
icon: 'achievement-sun',
|
||||||
earned: Boolean(user.achievements.rebirths),
|
earned: Boolean(user.achievements.rebirths),
|
||||||
|
optionalCount: user.achievements.rebirths,
|
||||||
});
|
});
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue