diff --git a/web/react/components/view_image.jsx b/web/react/components/view_image.jsx index c65cd9bb5b..24efce0f1c 100644 --- a/web/react/components/view_image.jsx +++ b/web/react/components/view_image.jsx @@ -248,7 +248,6 @@ module.exports = React.createClass({ // display a progress indicator when the preview for an image is still loading var percentage = Math.floor(this.state.progress[this.state.imgId]); if (percentage) { - content = (