diff --git a/output/main.js b/output/main.js index a5178451..9cc1f700 100644 --- a/output/main.js +++ b/output/main.js @@ -317,7 +317,7 @@ function addQRModalHandlers() { /** * @type {string[]} */ - const staff = JSON.parse(this.getAttribute(ATTRIBUTES.ROW.STAFF_DATA)); + const staff = this.getAttribute(ATTRIBUTES.ROW.STAFF_DATA).split(","); if (staff.length == 0) { alert("No public moderators available for this Community."); return;