fix(engine): 🚑️ Fix multiple avatars
This commit is contained in:
@@ -131,7 +131,8 @@ export const ChatBlock = ({
|
||||
<div className="flex w-full">
|
||||
<div className="flex flex-col w-full min-w-0">
|
||||
<div className="flex">
|
||||
{(typebot.theme.chat.hostAvatar?.isEnabled ?? true) && (
|
||||
{bubbleSteps.length > 0 &&
|
||||
(typebot.theme.chat.hostAvatar?.isEnabled ?? true) && (
|
||||
<AvatarSideContainer
|
||||
ref={avatarSideContainerRef}
|
||||
hostAvatarSrc={
|
||||
|
||||
Reference in New Issue
Block a user