fix(stable): remove progress number from petItem

This commit is contained in:
Matteo Pagliazzi
2018-11-21 10:35:59 +01:00
committed by Phillip Thelen
parent bfa3f9a314
commit 4417787dfe
@@ -10,7 +10,6 @@ div
span.potion(:class="potionClass")
span.item-content(v-else, :class="getPetItemClass()")
span.pet-progress-background(v-if="isAllowedToFeed() && progress() > 0")
| {{ progress() }}
div.pet-progress-bar(v-bind:style="{width: 100 * progress()/50 + '%' }")
span.item-label(v-if="label") {{ label }}