Merge pull request #650 from Safelite/feature/richardson/SSR-1176
Display correct address for Mobile Not Itac and Not nocomp
This commit is contained in:
commit
6a3099656e
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