Get rid of dupl. declaration
This commit is contained in:
parent
1e279d2335
commit
4e9229e936
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue