From 50783c2432968817aead3ae6228c6a07b7436fb6 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 23 Apr 2020 23:25:53 -0600 Subject: [PATCH] Appease the linter --- src/components/views/elements/AppTile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/views/elements/AppTile.js b/src/components/views/elements/AppTile.js index 366669a276..6a5dfc97e0 100644 --- a/src/components/views/elements/AppTile.js +++ b/src/components/views/elements/AppTile.js @@ -566,6 +566,7 @@ export default class AppTile extends React.Component { * Replace the widget template variables in a url with their values * * @param {string} u The URL with template variables + * @param {string} widgetType The widget's type * * @returns {string} url with temlate variables replaced */ @@ -620,7 +621,7 @@ export default class AppTile extends React.Component { if (WidgetType.JITSI.matches(this.props.app.type)) { return this._templatedUrl( WidgetUtils.getLocalJitsiWrapperUrl({forLocalRender: false}), - this.props.app.type + this.props.app.type, ); } else { // use app.url, not state.widgetUrl, because we want the one without