diff --git a/src/layouts/confirmation/confirmation.vue b/src/layouts/confirmation/confirmation.vue index 1d77585b3..f5afe3066 100644 --- a/src/layouts/confirmation/confirmation.vue +++ b/src/layouts/confirmation/confirmation.vue @@ -314,11 +314,7 @@ export default { } }, ServiceLocationFullAddress() { - return `${this.ServiceLocationAddress2 ? this.ServiceLocationAddress2 + "," : ""} ${ - this.ServiceLocationAddress - },
${this.ServiceLocationCity}, ${this.ServiceLocationState} ${ - this.ServiceLocationZipCode - }`; + return `${this.ServiceLocationAddress} ${this.ServiceLocationAddress2 ? "," + this.ServiceLocationAddress2 : ""}
${this.ServiceLocationCity}, ${this.ServiceLocationState} ${this.ServiceLocationZipCode}`; }, ProviderFullAddress() { return `${this.ProviderAddress},
${this.ProviderCity}, ${this.ProviderState} ${this.ProviderZipCode}`;