CSR-1952: prettier reformat

This commit is contained in:
Adam Caouette 2024-02-13 20:23:53 -05:00
parent 5e4677cbce
commit 7bbe9fa883

View file

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