Skip to content

Commit

Permalink
Fix small typo 🐞
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 7, 2016
1 parent 5611365 commit c7ef9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/table/TableRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const factory = (Checkbox) => {
index: PropTypes.number,
model: PropTypes.object,
onChange: PropTypes.func,
onRowClick: PropTypes.onRowChange,
onRowClick: PropTypes.func,
onSelect: PropTypes.func,
selectable: PropTypes.bool,
selected: PropTypes.bool,
Expand Down
2 changes: 1 addition & 1 deletion lib/table/TableRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var factory = function factory(Checkbox) {
index: _react.PropTypes.number,
model: _react.PropTypes.object,
onChange: _react.PropTypes.func,
onRowClick: _react.PropTypes.onRowChange,
onRowClick: _react.PropTypes.func,
onSelect: _react.PropTypes.func,
selectable: _react.PropTypes.bool,
selected: _react.PropTypes.bool,
Expand Down

0 comments on commit c7ef9ea

Please sign in to comment.