Fixed gem amount on master key (#10140)

* Fixed gem amount on master key

* fix(news): update Bailey text
This commit is contained in:
Keith Holliday
2018-03-15 16:19:11 -05:00
committed by Sabe Jones
parent bb6f465ac8
commit 7fe62a731b
4 changed files with 5 additions and 5 deletions

View File

@@ -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)')