Skip to content

Commit

Permalink
Remove CTA to select a chat to display messages
Browse files Browse the repository at this point in the history
Signed-off-by: Musale Martin <[email protected]>
  • Loading branch information
musale committed Aug 16, 2023
1 parent 08e3a6e commit 9f3c7ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/mgt-chat/src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ export const Chat = ({ chatId }: IMgtChatProps) => {
{chatState.status}
</div>
)}
{chatState.status === 'initial' && (
<ChatMessageBar messageBarType={MessageBarType.info} message={'Select a chat to display messages.'} />
)}
{chatState.status === 'no messages' && (
<ChatMessageBar
messageBarType={MessageBarType.error}
Expand Down

0 comments on commit 9f3c7ee

Please sign in to comment.