diff --git a/src/components/ChatPanel.tsx b/src/components/ChatPanel.tsx index 1555e7b..75fa9e4 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?.name || "БистСма") + ? (msg.actor ? `${msg.actor.name} β€” БистСма` : "БистСма") : (msg.author?.name || msg.author?.slug || "Unknown")} Β·