diff --git a/js/page/watch.js b/js/page/watch.js index 18bbb97c2..c58d10281 100644 --- a/js/page/watch.js +++ b/js/page/watch.js @@ -29,7 +29,7 @@ var WatchPage = React.createClass({ // TODO: Would be nice to check if we have the MOOV before starting playing if (status) { this.setState({ - loadStatusMessage: status.message + loadStatusMessage: status.message, }); } setTimeout(() => { this.updateLoadStatus() }, 250); @@ -57,8 +57,7 @@ var WatchPage = React.createClass({ !this.state.readyToPlay ? :
- +
); }