Skip to content

Commit

Permalink
Pull title prop off TabContent so it does not end up on inner div [#1…
Browse files Browse the repository at this point in the history
…53425866]

Signed-off-by: Ming Xiao <mxiao@pivotal.io>
  • Loading branch information
reidmit authored and Ming Xiao committed Jan 4, 2018
1 parent 79e5bc9 commit 30564ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react/tabs/tab_content.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default class TabContent extends React.Component {
onEntered,
onExited,
tabClassName,
title,
...props
} = child.props;

Expand Down

0 comments on commit 30564ca

Please sign in to comment.