From 4f4fff717f64c353f40afaab4ff778a0c70251bf Mon Sep 17 00:00:00 2001 From: dkanada Date: Wed, 24 Feb 2021 00:11:53 +0900 Subject: [PATCH] add semicolon to fix linting --- src/controllers/dashboard/plugins/installed/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/dashboard/plugins/installed/index.js b/src/controllers/dashboard/plugins/installed/index.js index 04deb2e85a..77229f3ac9 100644 --- a/src/controllers/dashboard/plugins/installed/index.js +++ b/src/controllers/dashboard/plugins/installed/index.js @@ -87,7 +87,7 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) { html += ''; } - html += '
' + html += '
'; html += `${plugin.Name}${plugin.Version}`; html += '
'; html += `
${globalize.translate('LabelStatus')} ${plugin.Status}
`;