diff --git a/src/store/index.js b/src/store/index.js index 174a06ef..194e2c61 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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,