Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiyush-303 committed Dec 22, 2024
1 parent 7a5a5ba commit ab67512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/views/Message/MessageHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const MessageHeader = ({
? { color: getDisplayNameColor(message.u.username) }
: null
}
onClick={handleAvatarClick}
onClick={handleUsernameClick}
>
{message.u?.name}
</Box>
Expand Down

0 comments on commit ab67512

Please sign in to comment.