Skip to content

Commit

Permalink
Removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-sakharov committed Dec 19, 2017
1 parent 1cc9bf5 commit 62b4efb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const expandValue = (value, props) => {
}
};


const handleRequired = (value, multi) => {
if (!value) return true;
return (multi ? value.length === 0 : Object.keys(value).length === 0);
Expand Down

0 comments on commit 62b4efb

Please sign in to comment.