AppTile: Support deletion of apps from room state
This commit is contained in:
parent
bcb2f8408b
commit
b63edcb390
2 changed files with 21 additions and 1 deletions
|
@ -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}
|
||||
/>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue