Remove 'Getting Started' blankslate

This commit is contained in:
Chewbacca 2022-11-01 08:22:12 -04:00
parent e63f5e6fb5
commit 15cd5f9104
1 changed files with 2 additions and 18 deletions

View File

@ -45,25 +45,9 @@ const ChatList: React.FC<IChatList> = ({ onClickChat, useWindowScroll = false, s
<PlaceholderChat />
</Stack>
);
} else {
return (
<Stack className='p-6' space={2}>
<Text size='2xl' weight='bold' tag='h3'>
<FormattedMessage
id='chats.getting_started.title'
defaultMessage='Getting started'
/>
</Text>
<Text theme='muted'>
<FormattedMessage
id='chats.getting_started.hint'
defaultMessage='To start a chat, search for a user in the field above.'
/>
</Text>
</Stack>
);
}
return null;
};
return (