diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 21a123e6e..71bfa4b01 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -318,18 +318,11 @@ export default { } }, isMobileStaticRecalibrationApplicable() { - if (!this.isInsurance) { - return ( - this.isVehicleMobileStaticRecalibrationApplicable && - this.mobileFeePart?.partNumber == MOBILE_STATIC_RECAL_FEE_PART_NUMBER - ); - } else { - return ( - this.isVehicleMobileStaticRecalibrationApplicable && - this.mobileFeePart?.partNumber == MOBILE_STATIC_RECAL_FEE_PART_NUMBER && - this.mobileFeePart?.isInsurable - ); - } + return ( + this.isVehicleMobileStaticRecalibrationApplicable && + this.mobileFeePart?.partNumber == MOBILE_STATIC_RECAL_FEE_PART_NUMBER && + (this.isInsurance ? this.mobileFeePart?.isInsurable : true) + ); }, mobileFeeApplies() { if (