Fix DM separator in channel drawer (#1035)

This commit is contained in:
enahum 2017-10-19 12:30:57 -03:00 committed by Harrison Healey
parent b2d5887f95
commit 40008a9242

View file

@ -132,7 +132,7 @@ class List extends PureComponent {
defaultMessage: 'DIRECT MESSAGES',
data: directChannelIds,
topSeparator: true,
bottomSeparator: false
bottomSeparator: directChannelIds.length > 0
});
return sections;