diff --git a/ccp/js/methodlistcontroller.js b/ccp/js/methodlistcontroller.js index 15d2c8b..83fb675 100644 --- a/ccp/js/methodlistcontroller.js +++ b/ccp/js/methodlistcontroller.js @@ -83,7 +83,7 @@ class CCPMethodList extends HTMLElement{ ` : `` } - @@ -333,7 +333,7 @@ class CCPMethodList extends HTMLElement{ } isShared(process){ - return 0 < process.metadata.filter(md=>{ return md.role === "context" && mt.title === this.#boot.context}) + return 0 < process.metadata.filter(md=>{ return md.role === "context" && md.title === this.#boot.context}).length } isAuthor(m){