mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-04 13:15:58 +03:00
REmove redundant call to _getApps
This commit is contained in:
parent
e70eca0b0c
commit
f8c064ec25
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ module.exports = React.createClass({
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.setState({
|
this.setState({
|
||||||
apps: this._getApps(),
|
apps: this.apps,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue