mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Remove rounding of gold to match the menu
This commit is contained in:
parent
963ddd7694
commit
5bdf1564e6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ table.table.table-striped
|
|||
tr
|
||||
td
|
||||
strong=env.t('gold')
|
||||
| : {{profile.stats.gp | number:0}}
|
||||
| : {{profile.stats.gp}}
|
||||
tr
|
||||
td
|
||||
strong=env.t('level')
|
||||
|
|
|
|||
Loading…
Reference in a new issue