diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index dc65d11e5..6456ff28f 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -700,7 +700,7 @@ export default { ); }, isAppointmentTypeDisplayed() { - return this.zipCode && !this.displayNoShopsAlert; + return this.zipCode && !this.displayNoShopsAlert && this.isServiceableMobile && this.isServiceableInshop; }, requiresInshopRecalibration() { // Specifically check for isRecalibrationServiceableMobile === false, not null or true.