diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index 284b2580f..030b6901c 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -101,7 +101,7 @@ const Header = (props: Props) => { const notificationsEnabled = user && user.experimental_ui; let channelUrl; let identityChannel; - if (myChannels && myChannels.length > 1) { + if (myChannels && myChannels.length >= 1) { if (myChannels.length === 1) { identityChannel = myChannels[0]; } else if (commentChannel) {