We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2225017 commit 5241923Copy full SHA for 5241923
app/chatrooms/[chatroomId]/components/message-area.tsx
@@ -296,7 +296,7 @@ const MessageArea = ({
296
<div className="mb-1 flex items-center gap-2 text-xs font-medium text-muted-foreground">
297
{message?.member_id
298
? (message.full_name ?? "Unknown")
299
- : AIFullNameFormatted("AI Assistant")}
+ : AIFullNameFormatted("AI Assistant")}{" "}
300
• {formattedTime}
301
{message.is_ask && (
302
<span className="inline-flex items-center rounded-full bg-purple-100 px-2 py-0.5 text-xs font-medium text-purple-800 dark:bg-purple-900 dark:text-purple-200">
0 commit comments