Merge pull request #2850 from Safelite/feature/CASH-1513

Feature/CASH-1513
This commit is contained in:
Chris 2025-09-17 15:16:58 -04:00 committed by GitHub
commit f65e38129c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -650,7 +650,15 @@ export default {
}
},
showTimeSlotQuestion() {
return this.selectedDate && this.appointmentTypeFromAppointmentTypeQuestion;
var selectedDate = this.selectedDate;
if (
this.selectedDate &&
this.selectedDate.includes("mobile") &&
!this.isMobileSelected
) {
selectedDate = this.getSelectedDate();
}
return selectedDate && this.appointmentTypeFromAppointmentTypeQuestion;
},
isMobileStaticRecalibrationApplicable() {
return (