Skip to content

Commit

Permalink
ENGCOM-4088: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Feb 5, 2019
1 parent 8d67213 commit 1a38067
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ define([
}

option = options[value];

if (!option) {
return;
}

if (option['is_zipcode_optional']) {
this.error(false);
this.validation = _.omit(this.validation, 'required-entry');
Expand Down

0 comments on commit 1a38067

Please sign in to comment.