From 5b130802b790fea65275706ddeed979fad0149db Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 14 Nov 2024 07:08:11 +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 ( -<> +
)} - +
); };