diff --git a/src/helpers/service-location-helper.js b/src/helpers/service-location-helper.js index 4755aa69..729400af 100644 --- a/src/helpers/service-location-helper.js +++ b/src/helpers/service-location-helper.js @@ -74,11 +74,6 @@ export async function getZipCodeData(zipCode) { } export function isServiceableMobileWithData(isGlassServiceableMobile, isRecalibrationServiceableMobile) { - const isBigTruck = useMainStore().order.serviceLocation.isBigTruck; - if (isBigTruck) { - return false; - } - if (isRecalibrationServiceableMobile === true || isRecalibrationServiceableMobile === false) { return ( isGlassServiceableMobile diff --git a/src/layouts/schedule-page/service-location/service-location.vue b/src/layouts/schedule-page/service-location/service-location.vue index 9b23059e..5dc908be 100644 --- a/src/layouts/schedule-page/service-location/service-location.vue +++ b/src/layouts/schedule-page/service-location/service-location.vue @@ -249,10 +249,6 @@ export default { return this.isGlassServiceableInshop; }, isServiceableMobile() { - if (this.isBigTruck) { - return false; - } - if (this.isRecalibrationServiceableMobile === true || this.isRecalibrationServiceableMobile === false) { return ( this.isGlassServiceableMobile