diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index e0dd47326d..9e3570a608 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -266,7 +266,7 @@ export default class AppTile extends React.Component { // TODO: Open the right manager for the widget IntegrationManagers.sharedInstance().getPrimaryManager().open( this.props.room, - this.props.type, + 'type_' + this.props.type, this.props.id, ); }