Seasonal alert removed for items you own (#11135)

This commit is contained in:
HydeHunter2 2019-04-27 20:28:35 +03:00 committed by Matteo Pagliazzi
parent 9e515d96c3
commit 3f99c14a37
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@
:class="{'notEnough': !preventHealthPotion || !this.enoughCurrency(getPriceClass(), item.value * selectedAmountToBuy)}"
) {{ $t('buyNow') }}
div.limitedTime(v-if="item.event")
div.limitedTime(v-if="item.event && item.owned == null")
span.svg-icon.inline.icon-16(v-html="icons.clock")
span.limitedString {{ limitedString }}

View file

@ -5,7 +5,7 @@ div
slot(name="itemBadge", :item="item", :emptyItem="emptyItem")
span.badge.badge-pill.badge-item.badge-clock(
v-if="item.event && showEventBadge",
v-if="item.event && item.owned == null && showEventBadge",
)
span.svg-icon.inline.clock(v-html="icons.clock")