From 817f6bffa6d66aaf2e1f5443dd133f97be49749c Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Thu, 25 Apr 2024 14:45:55 -0400 Subject: [PATCH] Display correct address for Mobile Not Itac and Not nocomp --- .../service-location-review/service-location-review.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/payment-method/review-dropdown/review-sections/service-location-review/service-location-review.vue b/src/layouts/payment-method/review-dropdown/review-sections/service-location-review/service-location-review.vue index 17cc66cc..260cbe67 100644 --- a/src/layouts/payment-method/review-dropdown/review-sections/service-location-review/service-location-review.vue +++ b/src/layouts/payment-method/review-dropdown/review-sections/service-location-review/service-location-review.vue @@ -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 ?? '',