Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Wendel committed Jun 6, 2016
1 parent 7187101 commit 659bdce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ CheckBox.propTypes = {
name: PropTypes.string.isRequired,
label: PropTypes.string.isRequired,
onChange: PropTypes.func,
checked: PropTypes.bool
checked: PropTypes.bool,
children: PropTypes.array
};

0 comments on commit 659bdce

Please sign in to comment.