CSR-1952: prettier reformat
This commit is contained in:
parent
5e4677cbce
commit
7bbe9fa883
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@
|
||||||
<span>
|
<span>
|
||||||
{{ getFormattedAmount("", packagePrice) }}
|
{{ getFormattedAmount("", packagePrice) }}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="packagePriceWithoutDiscount > packagePrice" class="struck-out-price">
|
<span
|
||||||
|
v-if="packagePriceWithoutDiscount > packagePrice"
|
||||||
|
class="struck-out-price">
|
||||||
{{ getFormattedAmount("", packagePriceWithoutDiscount) }}
|
{{ getFormattedAmount("", packagePriceWithoutDiscount) }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue