fix: Special characters not being decoded (#7218)

This commit is contained in:
Sivin Varghese
2023-05-30 18:54:51 +05:30
committed by GitHub
parent 412d750b6a
commit ae7df60a75

View File

@@ -42,11 +42,10 @@
</div>
<p
v-if="message.showAvatar || hasRecordedResponse"
v-dompurify-html="agentName"
class="agent-name"
:class="$dm('text-slate-700', 'dark:text-slate-200')"
>
{{ agentName }}
</p>
/>
</div>
</div>