diff --git a/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue b/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue index ecdfe1944..3ad8a8df2 100644 --- a/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue +++ b/src/layouts/address-lookup/customer-questions/address-questions/address-questions.vue @@ -209,7 +209,7 @@ export default { get: function () { return document.getElementById("autocomplete"); }, - }, + }, }, methods: { loadGooglePlacesAutocompleteScript() { @@ -259,7 +259,7 @@ export default { if (this.matchFound !== null) { return; } - + const event = new Event("place_changed"); // When either of the two enter keys or the tab key are pressed @@ -277,7 +277,6 @@ export default { // Otherwise fill-in the address using first item from the list. this.fillInAddressUsingFirstItem(); } - } else { return; } @@ -434,7 +433,6 @@ export default { }, { deep: true, flush: "post" } ); - } }, }, diff --git a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue index de6288a64..d24bb618a 100644 --- a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue +++ b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.vue @@ -90,7 +90,7 @@ export default { }, modal() { return this.$refs[this.modalName]; - } + }, }, methods: { resetAlerts() {