mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
Fix linting
Signed-off-by: Andrew (anoa) <anoa@openmailbox.org>
This commit is contained in:
parent
f032284eff
commit
9821f0d459
1 changed files with 1 additions and 1 deletions
|
@ -81,12 +81,12 @@ module.exports = React.createClass({
|
|||
},
|
||||
|
||||
onAction: function(action) {
|
||||
const widgetStateKey = this.props.room.roomId + "_show_widget_drawer";
|
||||
switch (action.action) {
|
||||
case 'appsDrawer':
|
||||
// When opening the app drawer when there aren't any apps,
|
||||
// auto-launch the integrations manager to skip the awkward
|
||||
// click on "Add widget"
|
||||
let widgetStateKey = this.props.room.roomId + "_show_widget_drawer";
|
||||
if (action.show) {
|
||||
const apps = this._getApps();
|
||||
if (apps.length === 0) {
|
||||
|
|
Loading…
Reference in a new issue