From 286aa091dfeb9824fd5390beebef3a51ad06d74b Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 16 Oct 2023 11:58:51 -0400 Subject: [PATCH] Not sure how this got lost. May have deleted a stash --- src/store/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,