From c93fd5a75466888a942b34d83cb4105475ead454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20V=C3=A9lez=20Vidal?= Date: Wed, 23 Aug 2023 17:11:43 +0200 Subject: [PATCH] MM-53927 - fix channel names not shown during search --- app/screens/find_channels/filtered_list/filtered_list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/find_channels/filtered_list/filtered_list.tsx b/app/screens/find_channels/filtered_list/filtered_list.tsx index d441a2a85..77d687d06 100644 --- a/app/screens/find_channels/filtered_list/filtered_list.tsx +++ b/app/screens/find_channels/filtered_list/filtered_list.tsx @@ -219,7 +219,7 @@ const FilteredList = ({ /> ); } - if ('teamId' in item) { + if ('teamId' in item || 'team_id' in item) { return (