mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
fix(subscriptions): Fix to Gems badge
This commit is contained in:
parent
62e526f8dc
commit
b017623621
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
||||||
div(ng-if='user.purchased.plan.planId')
|
div(ng-if='user.purchased.plan.planId')
|
||||||
button.customize-option(ng-click='user.ops.purchase({params:{type:"gems",key:"gem"}})')
|
button.customize-option(ng-click='user.ops.purchase({params:{type:"gems",key:"gem"}})')
|
||||||
span.Pet_Currency_Gem.inline-gems
|
span.Pet_Currency_Gem.inline-gems
|
||||||
.badge.badge-info.stack-count {{api.planGemLimits + user.purchased.plan.consecutive.gemCapExtra - user.purchased.plan.gemsBought}}
|
.badge.badge-info.stack-count {{Shared.planGemLimits.convCap - User.user.purchased.plan.gemsBought}}
|
||||||
p
|
p
|
||||||
| 20
|
| 20
|
||||||
span.shop_gold
|
span.shop_gold
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue