Merge pull request #2175 from Safelite/CSR-2427-code-cleanup
Code cleanup.
This commit is contained in:
commit
76ee4d4049
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ export default {
|
||||||
return `${this.ServiceLocationAddress.toLowerCase()}${this.ServiceLocationAddress2 ? ", " + this.ServiceLocationAddress2 : ""}, ${this.ServiceLocationCity.toLowerCase()}, ${this.ServiceLocationState} ${this.ServiceLocationZipCode}`;
|
return `${this.ServiceLocationAddress.toLowerCase()}${this.ServiceLocationAddress2 ? ", " + this.ServiceLocationAddress2 : ""}, ${this.ServiceLocationCity.toLowerCase()}, ${this.ServiceLocationState} ${this.ServiceLocationZipCode}`;
|
||||||
},
|
},
|
||||||
ServiceLocationFullAddress() {
|
ServiceLocationFullAddress() {
|
||||||
if (this.AppointmentType === "Mobile") {
|
if (this.AppointmentType === AppointmentTypeStrings.MOBILE) {
|
||||||
return {
|
return {
|
||||||
streetAddress: this.$store.getters.order.serviceLocation?.address,
|
streetAddress: this.$store.getters.order.serviceLocation?.address,
|
||||||
address2: this.$store.getters.order.serviceLocation?.address2,
|
address2: this.$store.getters.order.serviceLocation?.address2,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue