diff --git a/js/custom-nodes-manager.js b/js/custom-nodes-manager.js index 81ad8fcc..32a47191 100644 --- a/js/custom-nodes-manager.js +++ b/js/custom-nodes-manager.js @@ -799,6 +799,9 @@ export class CustomNodesManager { width: 100, classMap: "cn-node-author", formatter: (author, rowItem, columnItem) => { + if (rowItem.trust) { + return `✅ ${author}`; + } return author; } }, {