mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-13 19:51:20 +01:00
Appease the linter
This commit is contained in:
parent
107fa98180
commit
43be434aec
@ -210,8 +210,6 @@ export default class AppsDrawer extends React.Component {
|
||||
if (!this.props.showApps) return <div />;
|
||||
|
||||
const apps = this.state.apps.map((app, index, arr) => {
|
||||
const capWhitelist = WidgetUtils.getCapWhitelistForAppTypeInRoomId(app.type, this.props.room.roomId);
|
||||
|
||||
return (<AppTile
|
||||
key={app.id}
|
||||
app={app}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user