CASH-845 restore temp testing code

This commit is contained in:
AdamCaouetteSafelite 2025-07-10 06:32:52 -04:00
parent fb03af0533
commit 66248db361

View file

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