Removed unused watch statement

This commit is contained in:
Leah Schumann 2023-03-27 10:31:54 -04:00
parent 519233cad5
commit 25d03a1c0a

View file

@ -216,15 +216,6 @@ export default {
navigateToHeritageFunnel({ loadingModal: this.$refs.loadingModal });
},
},
watch: {
zipCode(newValue, oldValue) {
if (newValue !== oldValue) {
baseMixin.methods.getZipCodeData(newValue).then((r) => {
this.zipContainsMilitaryBase = r.containsMilitaryBase;
});
}
},
},
components: {
alert,
serviceZipModalQuestion,