MM-2033 fixes img showing infinity progress

Этот коммит содержится в:
=Corey Hulen
2015-08-27 11:05:54 -07:00
родитель 30f22ec9c7
Коммит 0bd96663f9

Просмотреть файл

@@ -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 = (
<div>
<img className='loader-image' src='/static/images/load.gif' />