fix(engine): 💄 Don't show avatar when only input
This commit is contained in:
@ -192,7 +192,7 @@ const ChatChunks = ({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="flex">
|
<div className="flex">
|
||||||
{hostAvatar.isEnabled && (
|
{hostAvatar.isEnabled && bubbles.length > 0 && (
|
||||||
<AvatarSideContainer
|
<AvatarSideContainer
|
||||||
ref={avatarSideContainerRef}
|
ref={avatarSideContainerRef}
|
||||||
hostAvatarSrc={hostAvatar.src}
|
hostAvatarSrc={hostAvatar.src}
|
||||||
|
Reference in New Issue
Block a user