Pass room and user id to apps draw
This commit is contained in:
parent
c6991fd33c
commit
dc4f321707
4 changed files with 37 additions and 5 deletions
|
@ -116,7 +116,10 @@ module.exports = React.createClass({
|
|||
|
||||
let appsDrawer = null;
|
||||
if(this.props.showApps) {
|
||||
appsDrawer = <AppsDrawer ref="appsDrawer" room={this.props.room} />;
|
||||
appsDrawer = <AppsDrawer ref="appsDrawer"
|
||||
room={this.props.room}
|
||||
userId={this.props.userId}
|
||||
maxHeight={this.props.maxHeight}/>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue