mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 14:01:25 +02:00
REmove redundant call to _getApps
This commit is contained in:
parent
e70eca0b0c
commit
f8c064ec25
@ -163,7 +163,7 @@ module.exports = React.createClass({
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.setState({
|
this.setState({
|
||||||
apps: this._getApps(),
|
apps: this.apps,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user