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