1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Fix page title variable name.

This commit is contained in:
Richard Lewis
2017-12-08 15:27:14 +00:00
parent 20917e1a07
commit a9ae4be74c

View File

@@ -224,7 +224,7 @@ module.exports = React.createClass({
userId={this.props.userId}
show={this.props.showApps}
creatorUserId={app.creatorUserId}
widgetPageTitle={(app.data && app.data.widgetPageTitle) ? app.data.widgetPageTitle : ''}
widgetPageTitle={(app.data && app.data.title) ? app.data.title : ''}
/>);
});