mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Appease the linter
This commit is contained in:
parent
b3cda4b19a
commit
160396ca9e
@ -683,5 +683,5 @@ module.exports = {
|
||||
|
||||
setOpenManagerUrl: function(url) {
|
||||
openManagerUrl = url;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
@ -135,7 +135,7 @@ export default class TabbedIntegrationManagerDialog extends React.Component {
|
||||
{m.name}
|
||||
</AccessibleButton>
|
||||
);
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
_renderTab() {
|
||||
@ -167,6 +167,6 @@ export default class TabbedIntegrationManagerDialog extends React.Component {
|
||||
{this._renderTab()}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user