1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

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; var busySpinner;
if (this.state.busy) { if (this.state.busy) {
var Spinner = sdk.getComponent("elements.Spinner");
busySpinner = ( busySpinner = (
<Spinner /> <Spinner />
); );