Skip to content

Commit

Permalink
fix(Tab): fix children propType (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and levithomason committed Jun 30, 2017
1 parent 194da50 commit 44050a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Tab/TabPane.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TabPane.propTypes = {
as: customPropTypes.as,

/** Primary content. */
children: PropTypes.string,
children: PropTypes.node,

/** Additional classes. */
className: PropTypes.string,
Expand Down

0 comments on commit 44050a5

Please sign in to comment.