Merge pull request #1131 from Safelite/feature/richardson/INSR-8504
whoops
This commit is contained in:
commit
75cfb33214
1 changed files with 1 additions and 2 deletions
|
|
@ -318,7 +318,7 @@ export default {
|
|||
mobileProviderNumber: isMobileAppointment
|
||||
? storeSelectedProvider?.providerNumber
|
||||
: null,
|
||||
provider: isMobileAppointment ? null : foundProviderInFullList,
|
||||
provider: isMobileAppointment ? null : foundProviderInFullList || resultMap.providers?.shopProviders[0] || null,
|
||||
zipCode: useMainStore().order.serviceLocation.zipCode || useMainStore().order.customer.address.zipCode,
|
||||
zipCodeCtu: resultMap.zipCodeData?.zipCodeCtu
|
||||
};
|
||||
|
|
@ -563,7 +563,6 @@ export default {
|
|||
daysFromStart: endDateObject.daysFromStart || null
|
||||
}))
|
||||
.catch(() => {
|
||||
console.warn('Error fetching initial available dates...');
|
||||
return {
|
||||
todayDate: todayDateString,
|
||||
initialViewStartDate,
|
||||
|
|
|
|||
Loading…
Reference in a new issue