vin-lookup-tests | fixed error in vin-lookup

This commit is contained in:
Scott Kiener 2022-06-09 15:07:30 -04:00
parent a292ca810e
commit 06ca68cff3

View file

@ -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();