Fix page title variable name.
This commit is contained in:
parent
20917e1a07
commit
a9ae4be74c
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ module.exports = React.createClass({
|
||||||
userId={this.props.userId}
|
userId={this.props.userId}
|
||||||
show={this.props.showApps}
|
show={this.props.showApps}
|
||||||
creatorUserId={app.creatorUserId}
|
creatorUserId={app.creatorUserId}
|
||||||
widgetPageTitle={(app.data && app.data.widgetPageTitle) ? app.data.widgetPageTitle : ''}
|
widgetPageTitle={(app.data && app.data.title) ? app.data.title : ''}
|
||||||
/>);
|
/>);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue