From 74a76087292a2bfc00064193bb71c65a87dea5f5 Mon Sep 17 00:00:00 2001 From: Musale Martin Date: Wed, 11 Oct 2023 22:01:15 +0300 Subject: [PATCH] fix: show the person card of a sender on hover (#2770) Signed-off-by: Martin Musale --- packages/mgt-chat/src/components/Chat/Chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mgt-chat/src/components/Chat/Chat.tsx b/packages/mgt-chat/src/components/Chat/Chat.tsx index 7866e5d9c5..dfe3be53c3 100644 --- a/packages/mgt-chat/src/components/Chat/Chat.tsx +++ b/packages/mgt-chat/src/components/Chat/Chat.tsx @@ -97,7 +97,7 @@ export const Chat = ({ chatId }: IMgtChatProps) => { // render props onRenderAvatar={(userId?: string) => { return ( - + ); }} />