AppTile: Fix typo in property name
This commit is contained in:
parent
2aa0aa61e3
commit
bcb2f8408b
2 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ module.exports = React.createClass({
|
|||
id={app.id}
|
||||
url={app.url}
|
||||
name={app.name}
|
||||
fullWdith={arr.length<2 ? true : false}
|
||||
roomId={this.props.roomId}
|
||||
fullWidth={arr.length<2 ? true : false}
|
||||
userId={this.props.userId}
|
||||
/>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue