Merge pull request #1234 from Safelite/feature/richardson/INSR-mobilePro-noappts

Fix an issue if mobile only zip has no appts
This commit is contained in:
brich1212safe 2026-05-19 15:59:00 -04:00 committed by GitHub
commit afc64af597
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -741,7 +741,7 @@ export default {
startDate,
endDate,
this.selectedAppointmentType,
this.selectedProvider.providerNumber || mobileProviderNumberToUse,
this.selectedProvider?.providerNumber || mobileProviderNumberToUse,
this.selectedMobileZipCode
);
// ADD API CALL RESULTS TO EXISTING DATE DATA