Display correct address for Mobile Not Itac and Not nocomp

This commit is contained in:
Bill Richardson 2024-04-25 14:45:55 -04:00
parent 24e4548a9e
commit 817f6bffa6

View file

@ -29,7 +29,8 @@ export default {
];
},
addressInfo() {
if (this.serviceLocation?.appointmentType === AppointmentTypeStrings.MOBILE) {
if (this.serviceLocation?.appointmentType === AppointmentTypeStrings.MOBILE
|| this.serviceLocation?.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP) {
return {
address: this.serviceLocation?.address,
address2: this.serviceLocation?.address2 ?? '',