mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
[#1430] fix guild gems (math error)
This commit is contained in:
parent
9da6ddc7c7
commit
812ba3a339
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ a.pull-right.gem-wallet(rel='popover', data-trigger='hover', data-title='Guild B
|
|||
// <span class="task-action-btn tile flush bright add-gems-btn">+</span>
|
||||
span.task-action-btn.tile.flush.neutral
|
||||
.Gems
|
||||
| {{group.balance / 4 | number:0 }} Guild Gems
|
||||
| {{group.balance * 4 | number:0 }} Guild Gems
|
||||
.row-fluid
|
||||
.span4
|
||||
h3 {{group.name}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue