diff --git a/src/components/libraryoptionseditor/libraryoptionseditor.js b/src/components/libraryoptionseditor/libraryoptionseditor.js index 23b1cb105c..2d67f04f0f 100644 --- a/src/components/libraryoptionseditor/libraryoptionseditor.js +++ b/src/components/libraryoptionseditor/libraryoptionseditor.js @@ -66,7 +66,7 @@ import template from './libraryoptionseditor.template.html'; if (plugins.length < 1) { elem.innerHTML = ''; - elem.classList.add('hide') + elem.classList.add('hide'); return false; }