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)