Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2823 from matrix-org/travis/fix-add-widget-button
Browse files Browse the repository at this point in the history
Fix typo preventing users from adding more widgets easily
  • Loading branch information
turt2live authored Mar 25, 2019
2 parents 0d5c986 + 1ba23d6 commit 1172488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/rooms/AppsDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = React.createClass({

_launchManageIntegrations: function() {
const IntegrationsManager = sdk.getComponent('views.settings.IntegrationsManager');
this._scalarClient.connect().done(() => {
this.scalarClient.connect().done(() => {
const src = (this.scalarClient !== null && this.scalarClient.hasCredentials()) ?
this.scalarClient.getScalarInterfaceUrlForRoom(this.props.room, 'add_integ') :
null;
Expand Down

0 comments on commit 1172488

Please sign in to comment.