Merge pull request #7517 from mattermost/MM-53927_empty-channel-name-in-search

MM-53927 - fix channel names not shown during search
This commit is contained in:
Pablo Andrés Vélez Vidal 2023-08-24 12:47:16 +02:00 committed by GitHub
commit 840a3f4958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,7 +219,7 @@ const FilteredList = ({
/>
);
}
if ('teamId' in item) {
if ('teamId' in item || 'team_id' in item) {
return (
<ChannelItem
channel={item}