Skip to content

Commit 74a7608

Browse files
authored
fix: show the person card of a sender on hover (#2770)
Signed-off-by: Martin Musale <[email protected]>
1 parent 94bd50f commit 74a7608

File tree

1 file changed

+1
-1
lines changed
  • packages/mgt-chat/src/components/Chat

1 file changed

+1
-1
lines changed

packages/mgt-chat/src/components/Chat/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const Chat = ({ chatId }: IMgtChatProps) => {
9797
// render props
9898
onRenderAvatar={(userId?: string) => {
9999
return (
100-
<Person userId={userId} avatarSize="small" personCardInteraction={PersonCardInteraction.click} />
100+
<Person userId={userId} avatarSize="small" personCardInteraction={PersonCardInteraction.hover} />
101101
);
102102
}}
103103
/>

0 commit comments

Comments
 (0)