mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Fixed gem amount on master key (#10140)
* Fixed gem amount on master key * fix(news): update Bailey text
This commit is contained in:
committed by
Sabe Jones
parent
bb6f465ac8
commit
7fe62a731b
@@ -42,7 +42,7 @@
|
||||
:item="item"
|
||||
)
|
||||
|
||||
.purchase-amount
|
||||
.purchase-amount(v-if='item.value > 0')
|
||||
.how-many-to-buy(v-if='showAmountToBuy(item)')
|
||||
strong {{ $t('howManyToBuy') }}
|
||||
div(v-if='showAmountToBuy(item)')
|
||||
|
||||
Reference in New Issue
Block a user