hide the whole appointment question if only one option (mobile or inshop) is available

This commit is contained in:
AdamCaouetteSafelite 2025-08-07 14:10:15 -04:00
parent cbf0315c17
commit cb7b616ab4

View file

@ -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.