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

@ -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;