From 2f39d922291d5d6237c5e46bc0a49d9608ee2c4c Mon Sep 17 00:00:00 2001 From: Thomas Erlang Date: Wed, 30 Oct 2024 22:04:43 +0100 Subject: [PATCH] From variable for user_color --- tbot/web/ui/live_chat/components/chat.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbot/web/ui/live_chat/components/chat.jsx b/tbot/web/ui/live_chat/components/chat.jsx index ae94218..2d9432d 100644 --- a/tbot/web/ui/live_chat/components/chat.jsx +++ b/tbot/web/ui/live_chat/components/chat.jsx @@ -34,7 +34,7 @@ export function Chat({ channelId }) { {messageHistory.map((msg, index) => (
{providerShort(msg.provider)} - + {msg.user} :{" "}