diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx index 08f89c2ffb..626ac2866d 100644 --- a/webapp/components/sidebar.jsx +++ b/webapp/components/sidebar.jsx @@ -309,7 +309,7 @@ export default class Sidebar extends React.Component { } getDisplayedChannels() { - return this.state.publicChannels.concat(this.state.privateChannels).concat(this.state.directChannels).concat(this.state.directNonTeamChannels); + return this.state.favoriteChannels.concat(this.state.publicChannels).concat(this.state.privateChannels).concat(this.state.directChannels).concat(this.state.directNonTeamChannels); } handleLeaveDirectChannel(e, channel) {