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>
|
||||
{{ getFormattedAmount("", packagePrice) }}
|
||||
</span>
|
||||
<span v-if="packagePriceWithoutDiscount > packagePrice" class="struck-out-price">
|
||||
<span
|
||||
v-if="packagePriceWithoutDiscount > packagePrice"
|
||||
class="struck-out-price">
|
||||
{{ getFormattedAmount("", packagePriceWithoutDiscount) }}
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue