From 463f72ee56255e0172ff68f1a87437e22382ae3f Mon Sep 17 00:00:00 2001 From: zeppi Date: Tue, 10 Nov 2020 16:28:50 -0500 Subject: [PATCH] channel avatar fix --- ui/component/header/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {