Skip to content
Snippets Groups Projects
Commit b60d14a4 authored by David Baker's avatar David Baker
Browse files

Merge pull request #91 from matrix-org/show_upload_in_current_room_only

Only show uploads that are going to the current room
parents b4914477 d33d6069
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
}
}
if (!upload) {
upload = uploads[0];
return <div />
}
var innerProgressStyle = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment