Update chat.tsx

This commit is contained in:
Algorithm5838 2023-09-26 21:49:17 +03:00 committed by GitHub
parent 6a61fe5776
commit 398e229c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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} />