mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
parent
81329a42fd
commit
d33d606912
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module.exports = React.createClass({displayName: 'UploadBar',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!upload) {
|
if (!upload) {
|
||||||
upload = uploads[0];
|
return <div />
|
||||||
}
|
}
|
||||||
|
|
||||||
var innerProgressStyle = {
|
var innerProgressStyle = {
|
||||||
|
|
Loading…
Reference in a new issue