diff --git a/js/component/modal.js b/js/component/modal.js index b1bb5065f..45362ab1f 100644 --- a/js/component/modal.js +++ b/js/component/modal.js @@ -49,7 +49,9 @@ var Modal = React.createClass({ return ( - {this.props.children} +
+ {this.props.children} +
{buttons}
);