diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index 6c0f305b5..9dc81f719 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -292,8 +292,11 @@ export default { this.vinNotFound = true; this.$refs.funnelFooter.removeLoader(); this.noServiceZip = false; - return; + return false; }); + if (!vehicleLookupResponse) { + return; + } if (!zipValidationResponse.data.isServiceable) { this.customAlertData.zip = this.zip; this.$refs.funnelFooter.removeLoader();