Update chat.tsx

This commit is contained in:
Algorithm5838
2023-09-26 21:49:17 +03:00
committed by GitHub
parent 6a61fe5776
commit 398e229c77

View File

@@ -1156,7 +1156,7 @@ function _Chat() {
<Avatar avatar={config.avatar} />
) : (
<>
{["system", "context"].includes(message.role) ? (
{["system"].includes(message.role) ? (
<Avatar avatar="2699-fe0f" />
) : (
<MaskAvatar mask={session.mask} />