From 990f68fa1558895e4dc382c7ca6b0b7d442de6ad Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 20 Nov 2024 14:32:25 -0500 Subject: [PATCH] CSR-2405 recal text corrections CSR-2405 recal text corrections. the recal text was being driven by the store getter which is only updated on page transition. Changed it to use the page scoped version of insurance selected. --- src/layouts/quote/quote.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 25826714c..5b8695d3e 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -428,7 +428,8 @@ export default { ); }, shouldHideRecalibration() { - return store.getters.shouldHideRecalibration; + if (this.isInsuranceSelected) return false; + return (experimentMixin.methods.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() === "true" && this.isRecalibrationOnOrder); }, showAfterpayBanner() { return (