diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index 687c1dd..09c54f4 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -754,7 +754,7 @@ class CCPMethodEditorController extends HTMLElement{ renderCategoryHints(){ const cats1 = ["Uncategorized", this.getCurrentCategory()] - const cats = [...new Set(cats)] + const cats = [...new Set(cats1)] return ` ${cats.map(c=>``)}