Update public/scripts/PromptManager.js Co-authored-by: valadaptive <79560998+valadaptive@users.noreply.github.com>

d46a551d78ac40c87dbe24431d705054f9ddc61b

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +1 -1Showing whitespace changes
public/scripts/PromptManager.js+1 -1
@@ -1553,7 +1553,7 @@ class PromptManager {
15531553
1554 //add role icons to the right of prompt name1554 //add role icons to the right of prompt name
15551555
1556 const hasRole = prompt.role ? true : false;1556 const hasRole = !!prompt.role;
1557 let roleIcon, roleTitle;1557 let roleIcon, roleTitle;
1558 if (hasRole) {1558 if (hasRole) {
1559 switch (prompt.role) {1559 switch (prompt.role) {