From dbaa48cf493e26d507d1842759941bf2557c6aaf Mon Sep 17 00:00:00 2001 From: Markov Date: Sat, 14 Mar 2026 10:11:56 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20system=20messages=20show=20'Name=20?= =?UTF-8?q?=E2=80=94=20=D0=A1=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ChatPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")} Β·