pull/1099/head
Audric Ackermann 5 years ago
parent 73bc9e1204
commit 14ba0aeb65
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -86,8 +86,7 @@ export class LeftPaneChannelSection extends React.Component<Props, State> {
if (conversationList !== undefined) {
conversationList = conversationList.filter(
// a channel is either a public group or a rss group
conversation =>
conversation && conversation.type === 'group'
conversation => conversation && conversation.type === 'group'
);
}

Loading…
Cancel
Save