pr updates
This commit is contained in:
parent
c4d3de73b2
commit
267500b115
2 changed files with 3 additions and 3 deletions
|
|
@ -562,8 +562,8 @@ export default {
|
|||
&& providerLocation.zipCode
|
||||
);
|
||||
|
||||
const isMobile = (serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE
|
||||
|| serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP);
|
||||
const isMobile = serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE
|
||||
|| serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP;
|
||||
|
||||
const serviceLocationReqs =
|
||||
(isMobile && mobileReqs) || (!isMobile && dropOffInshopReqs);
|
||||
|
|
|
|||
|
|
@ -421,7 +421,7 @@ export default {
|
|||
}
|
||||
|
||||
if (mobileProviderNumber) {
|
||||
this.mobileProviderNumber = mobileProviderNumber;
|
||||
this.setMobileProviderNumber(mobileProviderNumber);
|
||||
}
|
||||
},
|
||||
setContainsMilitaryBase(val) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue