CASH-845 restore temp testing code
This commit is contained in:
parent
fb03af0533
commit
66248db361
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue