From e7209aa19a4a38f9ab1b83240baada45a9bd4a3a Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Tue, 31 Jan 2017 13:45:34 -0500 Subject: [PATCH] Remove debug logic in load_screen.js There were some !s in there that were only for debugging --- js/component/load_screen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}