diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 5d3db0c3a..083862763 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -18,6 +18,7 @@
thresholdToUse: {{ thresholdToUse }}
externalSource: {{ externalSource }}
+typeof recalSettingValue: {{ typeof recalSettingValue }}
recalSettingValue: {{ recalSettingValue }}
isInsuranceSelected: {{ isInsuranceSelected }}
+typeof isRecalibrationOnOrder: {{ typeof isRecalibrationOnOrder }}
isRecalibrationOnOrder: {{ isRecalibrationOnOrder }}
+typeof shouldHideRecalibration: {{ typeof shouldHideRecalibration }}
shouldHideRecalibration: {{ shouldHideRecalibration }}