Appease the linter

This commit is contained in:
Travis Ralston 2019-06-17 15:51:14 -06:00
parent d58ab8e6d0
commit 8f6e8c1ec7
3 changed files with 4 additions and 5 deletions

View file

@ -245,7 +245,7 @@ export default class AppTile extends React.Component {
Modal.createTrackedDialog('Integrations Manager', '', IntegrationsManager, {
room: this.props.room,
screen: 'type_' + this.props.type,
integrationId: this.props.id
integrationId: this.props.id,
}, "mx_IntegrationsManager");
}
}

View file

@ -21,7 +21,6 @@ import sdk from '../../../index';
import ScalarAuthClient from '../../../ScalarAuthClient';
import Modal from "../../../Modal";
import { _t } from '../../../languageHandler';
import AccessibleButton from './AccessibleButton';
export default class ManageIntegsButton extends React.Component {
constructor(props) {
@ -47,7 +46,7 @@ export default class ManageIntegsButton extends React.Component {
title={_t("Manage Integrations")}
onClick={this.onManageIntegrations}
/>
)
);
}
return integrationsButton;

View file

@ -77,7 +77,7 @@ export default class IntegrationsManager extends React.Component {
loading: false,
connected: false,
});
})
});
}
componentDidMount() {