AppTile: Support deletion of apps from room state

This commit is contained in:
Robert Swain 2017-06-13 15:33:17 +02:00
parent bcb2f8408b
commit b63edcb390
2 changed files with 21 additions and 1 deletions

View file

@ -177,8 +177,8 @@ module.exports = React.createClass({
id={app.id}
url={app.url}
name={app.name}
roomId={this.props.roomId}
fullWidth={arr.length<2 ? true : false}
room={this.props.room}
userId={this.props.userId}
/>);