From 108bbbe23f56c11241d77316e89f29d5de7073df Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 14 Nov 2024 07:08:19 +0200 Subject: [PATCH] change position new message --- src/components/Chat/ChatList.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/Chat/ChatList.tsx b/src/components/Chat/ChatList.tsx index 1d0ccea..d0e5541 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 ( -<> +
- +
{showScrollButton && ( )} - +
); };