Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 43be434

Browse files
committed
Appease the linter
1 parent 107fa98 commit 43be434

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/views/rooms/AppsDrawer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ export default class AppsDrawer extends React.Component {
210210
if (!this.props.showApps) return <div />;
211211

212212
const apps = this.state.apps.map((app, index, arr) => {
213-
const capWhitelist = WidgetUtils.getCapWhitelistForAppTypeInRoomId(app.type, this.props.room.roomId);
214-
215213
return (<AppTile
216214
key={app.id}
217215
app={app}

0 commit comments

Comments
 (0)