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 -1Ignore whitespace
public/scripts/PromptManager.js+1 -1
@@ -1553,7 +1553,7 @@ class PromptManager {
15531553
15541554 //add role icons to the right of prompt name
15551555
15561556 const hasRole = !!prompt.role ? true : false;
15571557 let roleIcon, roleTitle;
15581558 if (hasRole) {
15591559 switch (prompt.role) {