You've already forked matrix-react-sdk
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:
@@ -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 : ''}
|
||||
/>);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user