fix linter issue

master
JFH 2021-05-18 14:03:08 +02:00
parent 7fee63d8da
commit 3c8a9c5b00
1 changed files with 1 additions and 1 deletions

View File

@ -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