Only show uploads that are going to the current room

Fixes #506
This commit is contained in:
David Baker 2016-01-14 16:31:42 +00:00
parent 81329a42fd
commit d33d606912

View file

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