diff --git a/app/screens/find_channels/filtered_list/filtered_list.tsx b/app/screens/find_channels/filtered_list/filtered_list.tsx index 77d687d06..6d9414b7d 100644 --- a/app/screens/find_channels/filtered_list/filtered_list.tsx +++ b/app/screens/find_channels/filtered_list/filtered_list.tsx @@ -219,7 +219,8 @@ const FilteredList = ({ /> ); } - if ('teamId' in item || 'team_id' in item) { + + if ('teamId' in item) { return ( ); - } else if ('username' in item) { + } + + if ('username' in item) { return (