mirror of https://github.com/vector-im/riot-web
Fix add widget link
parent
b7d46d91ed
commit
1c36e47403
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue