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 && ( )} - +
); };