Get rid of dupl. declaration

This commit is contained in:
Luke Barnard 2017-01-30 16:37:16 +00:00
parent 1e279d2335
commit 4e9229e936

View file

@ -363,7 +363,6 @@ module.exports = React.createClass({
}
var busySpinner;
if (this.state.busy) {
var Spinner = sdk.getComponent("elements.Spinner");
busySpinner = (
<Spinner />
);