Skip to content

Commit

Permalink
Fix other components placement
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyOz committed Dec 30, 2024
1 parent 13aac17 commit d51c444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/chat/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ const ChatHelper: React.FC<ChatProps> = ({
<ChatLayer onClick={handleClose} />
)}
<ChatContainer className={classes?.container}>
{others}
{messages}
{others}
{messageInput}
</ChatContainer>
</ChatContent>
Expand Down

0 comments on commit d51c444

Please sign in to comment.