Hook up the edit widget button (#1218)

* Hook up the edit widget button

* Review comments
This commit is contained in:
Kegsay 2017-07-14 11:17:59 +01:00 committed by GitHub
parent 1db2431c9f
commit 5274cf59a0
3 changed files with 20 additions and 7 deletions

View file

@ -169,6 +169,7 @@ module.exports = React.createClass({
id={app.id}
url={app.url}
name={app.name}
type={app.type}
fullWidth={arr.length<2 ? true : false}
room={this.props.room}
userId={this.props.userId}