hide the whole appointment question if only one option (mobile or inshop) is available
This commit is contained in:
parent
cbf0315c17
commit
cb7b616ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue