diff --git a/src/components/CommunityChat/index.jsx b/src/components/CommunityChat/index.jsx index dcb0e37db..cab933356 100644 --- a/src/components/CommunityChat/index.jsx +++ b/src/components/CommunityChat/index.jsx @@ -108,9 +108,10 @@ const ChatBox = () => { onClick={() => goToUserProfile(message.uid)} />
-
goToUserProfile(message.uid)}> +
goToUserProfile(message.uid)} + > {message.displayName}

{message.text}