Merging from develop, removed unnecessary line break
This commit is contained in:
parent
ba623fc85e
commit
186cf226ea
1 changed files with 1 additions and 2 deletions
|
|
@ -345,7 +345,6 @@ export default {
|
||||||
store.commit(storeMutations.UPDATE_SERVICE_LOCATION_ZIP_CODE, this.serviceZipCode);
|
store.commit(storeMutations.UPDATE_SERVICE_LOCATION_ZIP_CODE, this.serviceZipCode);
|
||||||
store.commit(storeMutations.UPDATE_CUSTOMER_EMAIL_ADDRESS, this.customerQuestions.emailAddress);
|
store.commit(storeMutations.UPDATE_CUSTOMER_EMAIL_ADDRESS, this.customerQuestions.emailAddress);
|
||||||
},
|
},
|
||||||
|
|
||||||
updateServiceLocationIfNecessary() {
|
updateServiceLocationIfNecessary() {
|
||||||
const serviceLocation = store.getters.order.serviceLocation;
|
const serviceLocation = store.getters.order.serviceLocation;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue