diff --git a/src/components/ChatPanel.tsx b/src/components/ChatPanel.tsx index 96e657a..78bd80e 100644 --- a/src/components/ChatPanel.tsx +++ b/src/components/ChatPanel.tsx @@ -306,7 +306,7 @@ export default function ChatPanel({ chatId, projectId }: Props) { {AUTHOR_ICON[msg.author_type] || "πŸ‘€"} {msg.author_type === "system" - ? (msg.actor ? `БистСма (${msg.actor.name})` : "БистСма") + ? (msg.actor?.name || "БистСма") : (msg.author?.name || msg.author?.slug || "Unknown")} Β·