mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-01 18:41:05 +02:00
Fix add widget link
This commit is contained in:
parent
b7d46d91ed
commit
1c36e47403
@ -220,8 +220,6 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
let addWidget;
|
let addWidget;
|
||||||
if (this.props.showApps &&
|
if (this.props.showApps &&
|
||||||
this.state.apps &&
|
|
||||||
this.state.apps.length < 2 &&
|
|
||||||
this._canUserModify()
|
this._canUserModify()
|
||||||
) {
|
) {
|
||||||
addWidget = <div
|
addWidget = <div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user