Skip to content

Commit

Permalink
utils: fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rrooij committed Feb 21, 2022
1 parent f4b6c79 commit 56dc455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,6 @@ export function getMatchingOption(formData, options, rootSchema) {
if (isValid(augmentedSchema, formData, rootSchema)) {
return i;
}

} else if (isValid(option, formData, rootSchema)) {
return i;
}
Expand Down

0 comments on commit 56dc455

Please sign in to comment.