Appease the linter

This commit is contained in:
Travis Ralston 2019-08-23 09:16:44 -06:00
parent b3cda4b19a
commit 160396ca9e
2 changed files with 3 additions and 3 deletions

View file

@ -683,5 +683,5 @@ module.exports = {
setOpenManagerUrl: function(url) { setOpenManagerUrl: function(url) {
openManagerUrl = url; openManagerUrl = url;
} },
}; };

View file

@ -135,7 +135,7 @@ export default class TabbedIntegrationManagerDialog extends React.Component {
{m.name} {m.name}
</AccessibleButton> </AccessibleButton>
); );
}) });
} }
_renderTab() { _renderTab() {
@ -167,6 +167,6 @@ export default class TabbedIntegrationManagerDialog extends React.Component {
{this._renderTab()} {this._renderTab()}
</div> </div>
</div> </div>
) );
} }
} }