Fix DM separator in channel drawer (#1035)
This commit is contained in:
parent
b2d5887f95
commit
40008a9242
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class List extends PureComponent {
|
|||
defaultMessage: 'DIRECT MESSAGES',
|
||||
data: directChannelIds,
|
||||
topSeparator: true,
|
||||
bottomSeparator: false
|
||||
bottomSeparator: directChannelIds.length > 0
|
||||
});
|
||||
|
||||
return sections;
|
||||
|
|
|
|||
Loading…
Reference in a new issue