From 38dc3be0420cb456a8467269f5595c7259943ae8 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Fri, 24 Nov 2023 09:44:26 -0500 Subject: [PATCH] CSR-1820 | Promo Price fix on Quote Page --- src/layouts/quote/quote.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 1357e5acc..a07f73566 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -299,6 +299,9 @@ export default { { activePromos: this.allActivePromos }, false ); + // Clear out local promos to avoid duplicates in `allActivePromos` computed + // otherwise package price changes while next page is loading + this.newValidatedPromos = []; const payment = this.$store.getters.payment; if (payment.isInsurance) {