Skip to content

Commit

Permalink
Update MenuItem label propType to node (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnsel authored and levithomason committed Aug 5, 2016
1 parent 6306be2 commit 8b440f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/collections/Menu/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ MenuItem.propTypes = {
active: PropTypes.bool,
children: PropTypes.node,
className: PropTypes.string,
label: PropTypes.oneOfType([
PropTypes.number,
PropTypes.string,
]),
label: PropTypes.node,
name: PropTypes.string,
onClick: PropTypes.func,
}
Expand Down

0 comments on commit 8b440f1

Please sign in to comment.