From 9f57400297f6abe41c0dc1bfb2c1b7993a4df066 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 14 Nov 2024 07:08:00 +0200 Subject: [PATCH] change position new message --- src/components/Chat/ChatList.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/Chat/ChatList.tsx b/src/components/Chat/ChatList.tsx index 76a29fa..6c990cc 100644 --- a/src/components/Chat/ChatList.tsx +++ b/src/components/Chat/ChatList.tsx @@ -118,7 +118,10 @@ export const ChatList = ({ initialMessages, myAddress, tempMessages, chatId, onR }); return ( -<> +
)} - +
); };