Merge pull request #91 from matrix-org/show_upload_in_current_room_only

Only show uploads that are going to the current room
pull/21833/head
David Baker 2016-01-15 13:45:23 +00:00
commit b60d14a408
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
}
}
if (!upload) {
upload = uploads[0];
return <div />
}
var innerProgressStyle = {