diff --git a/web/components/chat/ChatUserMessage/ChatUserMessage.tsx b/web/components/chat/ChatUserMessage/ChatUserMessage.tsx index bc1720410..ce3c967bf 100644 --- a/web/components/chat/ChatUserMessage/ChatUserMessage.tsx +++ b/web/components/chat/ChatUserMessage/ChatUserMessage.tsx @@ -96,7 +96,8 @@ export const ChatUserMessage: FC = ({ [styles.ownMessage]: sentBySelf, })} style={{ borderColor: color }} - title={formattedTimestamp}> + title={formattedTimestamp} + >