From 15cd5f91042e5d288a5c486c2efd1b26a38c9745 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Tue, 1 Nov 2022 08:22:12 -0400 Subject: [PATCH] Remove 'Getting Started' blankslate --- .../features/chats/components/chat-list.tsx | 20 ++----------------- 1 file changed, 2 insertions(+), 18 deletions(-) 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 (