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

Commit a69cc91

Browse files
committed
lint fix.
1 parent 74ab7c9 commit a69cc91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/views/elements/AppTile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ export default React.createClass({
122122
_onEditClick: function(e) {
123123
console.log("Edit widget ID ", this.props.id);
124124
const IntegrationsManager = sdk.getComponent("views.settings.IntegrationsManager");
125-
const src = this._scalarClient.getScalarInterfaceUrlForRoom(this.props.room.roomId, 'type_' + this.props.type, this.props.id);
125+
const src = this._scalarClient.getScalarInterfaceUrlForRoom(
126+
this.props.room.roomId, 'type_' + this.props.type, this.props.id);
126127
Modal.createTrackedDialog('Integrations Manager', '', IntegrationsManager, {
127128
src: src,
128129
}, "mx_IntegrationsManager");

0 commit comments

Comments
 (0)