Merge pull request #1070 from Safelite/defect/CSR-1343

Added condition to only display the appointmentTypeQuestion component…
This commit is contained in:
Leah Schumann 2023-04-21 08:00:48 -04:00 committed by GitHub
commit 3a2b680549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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