diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index b6f8778..e82bd1b 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -875,7 +875,7 @@ class CCPMethodEditorController extends HTMLElement{ } renderCategories(){ - if(this.#current.keywords){ + if(this.#current.metadata){ return this.#current.metadata.filter(md=>md.role === "category").map((k,i) => { return `