diff --git a/app/soapbox/features/chats/components/chat-list.tsx b/app/soapbox/features/chats/components/chat-list.tsx index c4d312d2a..31f40dc26 100644 --- a/app/soapbox/features/chats/components/chat-list.tsx +++ b/app/soapbox/features/chats/components/chat-list.tsx @@ -45,25 +45,9 @@ const ChatList: React.FC = ({ onClickChat, useWindowScroll = false, s ); - } else { - return ( - - - - - - - - - - ); } + + return null; }; return (