diff --git a/js/component/load_screen.js b/js/component/load_screen.js index 9bfe1e046..d8dedbe3d 100644 --- a/js/component/load_screen.js +++ b/js/component/load_screen.js @@ -33,8 +33,8 @@ var LoadScreen = React.createClass({

- {!this.props.isWarning ? : null} {this.props.details} - {!this.props.isWarning + {this.props.isWarning ? : null} {this.props.details} + {this.props.isWarning ?
: null}