diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index f86472e36..d7e12c33c 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -761,9 +761,7 @@ export default { ); }, isAppointmentTypeDisplayed() { - // temporary adjustment - return true; - // return this.zipCode && !this.displayNoShopsAlert; + return this.zipCode && !this.displayNoShopsAlert; }, requiresInshopRecalibration() { // Specifically check for isRecalibrationServiceableMobile === false, not null or true.