diff --git a/src/AppContainer.prod.js b/src/AppContainer.prod.js index 569ba0954..bef9d97a8 100644 --- a/src/AppContainer.prod.js +++ b/src/AppContainer.prod.js @@ -8,7 +8,7 @@ const { Component } = React; class AppContainer extends Component { render() { if (this.props.component) { - return ; + return ; } return React.Children.only(this.props.children);