diff --git a/src/components/views/rooms/AppsDrawer.js b/src/components/views/rooms/AppsDrawer.js index 4e4fc5f06c..2282f0717f 100644 --- a/src/components/views/rooms/AppsDrawer.js +++ b/src/components/views/rooms/AppsDrawer.js @@ -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 : ''} />); });