This commit is contained in:
GH Action - Upstream Sync 2023-07-01 00:50:45 +00:00
commit b7ff07b52a
2 changed files with 2 additions and 1 deletions

View File

@ -212,6 +212,7 @@
.chat-body {
flex: 1;
overflow: auto;
overflow-x: hidden;
padding: 20px;
padding-bottom: 40px;
position: relative;

View File

@ -922,7 +922,7 @@ export function Chat() {
}}
></IconButton>
</div>
{message.role === "user" ? (
{isUser ? (
<Avatar avatar={config.avatar} />
) : (
<MaskAvatar mask={session.mask} />