lastSuccessfulZip removed

This commit is contained in:
Scott Kiener 2025-07-15 15:43:26 -04:00
parent d41afdcee1
commit 62e80028b7

View file

@ -117,7 +117,6 @@ export default {
shopIndex: 0,
localShopProviderData: this.shopProviderData, // Why does parent manage this sometimes, but not all of the time
selectedProviderNumber: null, // Revisit this, maybe not too hard
lastSuccessfulZip: "", // zip refactor
displayInvalidZipAlert: false, // part of big refactor of asyn calls
displayNoShopsAlert: false, // part of big refactor of asyn calls
};
@ -395,9 +394,6 @@ export default {
this.selectedProviderNumber = null;
}
this.shopIndex = mappedData.length;
if (mappedData.length > 0) {
this.lastSuccessfulZip = zipCode;
}
this.displayNoShopsAlert = this.answers.length === 0;
},
resetModalButtonStyle() {