From 3c8a9c5b001eb6fb5320ffa4405e540d3b99ac0b Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Tue, 18 May 2021 14:03:08 +0200 Subject: [PATCH] fix linter issue --- src/editor/panels/LeftPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/panels/LeftPanel.js b/src/editor/panels/LeftPanel.js index c48fdb58..9edd7929 100644 --- a/src/editor/panels/LeftPanel.js +++ b/src/editor/panels/LeftPanel.js @@ -194,7 +194,7 @@ class LeftPanel { * @type {module} */ init() { - const { i18next } = this.editor + const { i18next } = this.editor; // add Left panel const template = document.createElement("template"); // eslint-disable-next-line no-unsanitized/property