mirror of https://github.com/vector-im/riot-web
Get rid of dupl. declaration
parent
1e279d2335
commit
4e9229e936
|
@ -363,7 +363,6 @@ module.exports = React.createClass({
|
||||||
}
|
}
|
||||||
var busySpinner;
|
var busySpinner;
|
||||||
if (this.state.busy) {
|
if (this.state.busy) {
|
||||||
var Spinner = sdk.getComponent("elements.Spinner");
|
|
||||||
busySpinner = (
|
busySpinner = (
|
||||||
<Spinner />
|
<Spinner />
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue