diff --git a/src/components/messenger/list/conversation-list-panel.tsx b/src/components/messenger/list/conversation-list-panel.tsx index d759839fc..1a88a14fb 100644 --- a/src/components/messenger/list/conversation-list-panel.tsx +++ b/src/components/messenger/list/conversation-list-panel.tsx @@ -143,6 +143,10 @@ export class ConversationListPanel extends React.Component { /> ))} + {this.filteredConversations?.length === 0 && this.state.filter !== '' && ( +
{`You do not have any active conversations with '${this.state.filter}' `}
+ )} + {this.state.userSearchResults?.length > 0 && this.state.filter !== '' && (