Commit d33d6069 authored by David Baker's avatar David Baker
Browse files

Only show uploads that are going to the current room

Fixes #506
parent 81329a42
......@@ -57,7 +57,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
}
}
if (!upload) {
upload = uploads[0];
return <div />
}
var innerProgressStyle = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment