diff --git a/src/layouts/quote/afterpay-modal-banner/afterpay-modal-banner.vue b/src/layouts/quote/afterpay-modal-banner/afterpay-modal-banner.vue index aadca0d52..a77bde39d 100644 --- a/src/layouts/quote/afterpay-modal-banner/afterpay-modal-banner.vue +++ b/src/layouts/quote/afterpay-modal-banner/afterpay-modal-banner.vue @@ -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; } } - \ No newline at end of file + diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index d0bffb1ce..8f9d256e0 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -45,7 +45,7 @@ + :lineItems="lineItems" /> \ No newline at end of file +