Appease the linter

pull/21833/head
Travis Ralston 2020-11-20 19:36:45 -07:00
parent 107fa98180
commit 43be434aec
1 changed files with 0 additions and 2 deletions

View File

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