Added condition to only display the appointmentTypeQuestion component when there are shops
This commit is contained in:
parent
6b9eaf9bf4
commit
888054fe6c
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
alertClass="alert-warning" />
|
||||
<appointmentTypeQuestion
|
||||
v-model="selectedAppointmentType"
|
||||
v-if="!displayNoShopsAlert"
|
||||
:isServiceableMobile="isServiceableMobile"
|
||||
:isServiceableInshop="isServiceableInshop"
|
||||
ref="appointmentTypeQuestion"
|
||||
|
|
|
|||
Loading…
Reference in a new issue