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() { isAppointmentTypeDisplayed() {
// temporary adjustment return this.zipCode && !this.displayNoShopsAlert;
return true;
// return this.zipCode && !this.displayNoShopsAlert;
}, },
requiresInshopRecalibration() { requiresInshopRecalibration() {
// Specifically check for isRecalibrationServiceableMobile === false, not null or true. // Specifically check for isRecalibrationServiceableMobile === false, not null or true.