vin-lookup-tests | fixed error in vin-lookup
This commit is contained in:
parent
a292ca810e
commit
06ca68cff3
1 changed files with 4 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue