diff --git a/src/layouts/service-location/shop-question/shop-question-popup.vue b/src/layouts/service-location/shop-question/shop-question-popup.vue index d194a19a0..274e78f02 100644 --- a/src/layouts/service-location/shop-question/shop-question-popup.vue +++ b/src/layouts/service-location/shop-question/shop-question-popup.vue @@ -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() {