Display correct address for Mobile Not Itac and Not nocomp
This commit is contained in:
parent
24e4548a9e
commit
817f6bffa6
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ export default {
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
addressInfo() {
|
addressInfo() {
|
||||||
if (this.serviceLocation?.appointmentType === AppointmentTypeStrings.MOBILE) {
|
if (this.serviceLocation?.appointmentType === AppointmentTypeStrings.MOBILE
|
||||||
|
|| this.serviceLocation?.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP) {
|
||||||
return {
|
return {
|
||||||
address: this.serviceLocation?.address,
|
address: this.serviceLocation?.address,
|
||||||
address2: this.serviceLocation?.address2 ?? '',
|
address2: this.serviceLocation?.address2 ?? '',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue