Fix Jump to Channel DMs not showing (#2021)
This commit is contained in:
parent
8e46b0d810
commit
cfbdb23035
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function makeMapStateToProps() {
|
|||
theme: getTheme(state),
|
||||
type: channel.type,
|
||||
unreadMsgs,
|
||||
isArchived: channel.delete_at !== 0,
|
||||
isArchived: channel.delete_at > 0,
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue