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 ?? '',