diff --git a/packages/mgt-chat/src/components/Chat/Chat.tsx b/packages/mgt-chat/src/components/Chat/Chat.tsx index 78bc2d3612..5cb5407318 100644 --- a/packages/mgt-chat/src/components/Chat/Chat.tsx +++ b/packages/mgt-chat/src/components/Chat/Chat.tsx @@ -125,7 +125,12 @@ export const Chat = ({ chatId }: IMgtChatProps) => { // render props onRenderAvatar={(userId?: string) => { return ( - + ); }} styles={messageThreadStyles}