1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Fix add widget link

This commit is contained in:
Richard Lewis
2017-08-18 15:59:12 +01:00
parent b7d46d91ed
commit 1c36e47403

View File

@@ -220,8 +220,6 @@ module.exports = React.createClass({
let addWidget;
if (this.props.showApps &&
this.state.apps &&
this.state.apps.length < 2 &&
this._canUserModify()
) {
addWidget = <div