Update license-plate-lookup.vue
This commit is contained in:
parent
5a629be741
commit
c6baefd0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -231,12 +231,12 @@ export default {
|
|||
|
||||
const resultMap = await settleAllPromises(promiseResultMap);
|
||||
|
||||
// Lookup vin
|
||||
if (!resultMap.registrationZipValidationResponse.isValid) {
|
||||
this.displayInvalidZipAlert = true;
|
||||
return this.$refs.navbar.removeLoader();
|
||||
}
|
||||
|
||||
// Lookup vin
|
||||
const vinLookup = await this.lookupVin(
|
||||
this.licensePlate,
|
||||
resultMap.registrationZipValidationResponse.state
|
||||
|
|
|
|||
Loading…
Reference in a new issue