Body Section pass classes

This commit is contained in:
2018-03-17 13:27:50 +11:00
parent f398448422
commit fe971d8c18

View File

@ -19,7 +19,7 @@ class BodySection extends React.Component {
render() { render() {
return ( return (
<Section section="body"> <Section section="body" className={this.props.className}>
<div className="c-section--style-body__inner"> <div className="c-section--style-body__inner">
{this.props.children} {this.props.children}
</div> </div>