1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +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;
if (this.state.busy) {
var Spinner = sdk.getComponent("elements.Spinner");
busySpinner = (
<Spinner />
);