From d1cb245099e2fc742196922aec626b57d9411fe1 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Thu, 5 Dec 2024 12:21:23 -0500 Subject: [PATCH] Hide recalibration text regardless of insurance selection. --- src/layouts/quote/quote.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 357db44dd..533081210 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -428,7 +428,6 @@ export default { ); }, shouldHideRecalibration() { - if (this.isInsuranceSelected) return false; return ( experimentMixin.methods .getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)