diff --git a/packages/nicolium/src/features/chats/components/chat-list.tsx b/packages/nicolium/src/features/chats/components/chat-list.tsx index 9d53c0196..4e3c01433 100644 --- a/packages/nicolium/src/features/chats/components/chat-list.tsx +++ b/packages/nicolium/src/features/chats/components/chat-list.tsx @@ -66,14 +66,12 @@ const ChatList: React.FC = ({ onClickChat, useWindowScroll = false }) (_index: number, chat: Chat | 'shoutbox') => { if (chat === 'shoutbox') { return ( -
- -
+ ); }