Added condition to only display the appointmentTypeQuestion component when there are shops

This commit is contained in:
Leah Schumann 2023-04-21 07:42:00 -04:00
parent 6b9eaf9bf4
commit 888054fe6c

View file

@ -46,6 +46,7 @@
alertClass="alert-warning" />
<appointmentTypeQuestion
v-model="selectedAppointmentType"
v-if="!displayNoShopsAlert"
:isServiceableMobile="isServiceableMobile"
:isServiceableInshop="isServiceableInshop"
ref="appointmentTypeQuestion"