channel avatar fix
This commit is contained in:
parent
94f8db4da9
commit
463f72ee56
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue