diff --git a/src/features/chats/components/chat-message-list.tsx b/src/features/chats/components/chat-message-list.tsx index f24c21912..04cd0c3e3 100644 --- a/src/features/chats/components/chat-message-list.tsx +++ b/src/features/chats/components/chat-message-list.tsx @@ -49,7 +49,7 @@ const START_INDEX = 10000; const List: Components['List'] = forwardRef((props, ref) => { const { context, ...rest } = props; - return
; + return ; }); const Scroller: Components['Scroller'] = forwardRef((props, ref) => {