From a9ae4be74ce7f45f1de5aa101a41581f5504cd59 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Fri, 8 Dec 2017 15:27:14 +0000 Subject: [PATCH] Fix page title variable name. --- src/components/views/rooms/AppsDrawer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ''} />); });