We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341cdb0 commit 3d13ddaCopy full SHA for 3d13dda
src/ListGroupItem.js
@@ -65,7 +65,7 @@ const ListGroupItem = React.createClass({
65
type="button"
66
{...this.props}
67
className={classNames(this.props.className, classes)}>
68
- {this.props.children}
+ {this.props.header ? this.renderStructuredContent() : this.props.children}
69
</button>
70
);
71
},
0 commit comments