Merge pull request #483 from Safelite/feature/richardson/SSR-675.5
Not sure how this got lost.
This commit is contained in:
commit
2423a04e29
1 changed files with 3 additions and 1 deletions
|
|
@ -997,7 +997,9 @@ export const useMainStore = defineStore({
|
|||
zipCode: serviceLocation.zipCode,
|
||||
zipCodeCtu: serviceLocation.zipCodeCtu
|
||||
},
|
||||
appointmentType: serviceLocation.appointmentType,
|
||||
appointmentType: (serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE
|
||||
|| serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP)
|
||||
? AppointmentTypeStrings.MOBILE : serviceLocation.appointmentType,
|
||||
isVehicleProtected: serviceLocation.isVehicleProtected,
|
||||
provider: {
|
||||
providerNumber: serviceLocation.provider?.providerNumber,
|
||||
|
|
|
|||
Loading…
Reference in a new issue