Format code.

This commit is contained in:
Bryan Mauger 2024-07-30 14:29:25 -04:00
parent 4112f09e46
commit 5bb2bf0bdd
2 changed files with 7 additions and 4 deletions

View file

@ -87,7 +87,10 @@ export default {
});
if (this.lineItems.promos) {
const promos = getPromosThatMatchLineItemsOnOrder(this.lineItems.promos, allLineItems);
const promos = getPromosThatMatchLineItemsOnOrder(
this.lineItems.promos,
allLineItems
);
promos.forEach((promo) => {
price += baseMixin.methods.getTotalLineItemPrice(promo);
});
@ -120,4 +123,4 @@ export default {
font-size: 0.875rem;
}
}
</style>
</style>

View file

@ -45,7 +45,7 @@
<afterpayModalBanner
v-if="!isInsuranceSelected && !isRecalibrationOnOrder"
cmsWidgetName="AfterpayModalWidget"
:lineItems="lineItems" />
:lineItems="lineItems" />
<recalDisclaimer
class="mb-0"
@ -498,4 +498,4 @@ export default {
.text-block {
display: block;
}
</style>
</style>