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;
|
const notificationsEnabled = user && user.experimental_ui;
|
||||||
let channelUrl;
|
let channelUrl;
|
||||||
let identityChannel;
|
let identityChannel;
|
||||||
if (myChannels && myChannels.length > 1) {
|
if (myChannels && myChannels.length >= 1) {
|
||||||
if (myChannels.length === 1) {
|
if (myChannels.length === 1) {
|
||||||
identityChannel = myChannels[0];
|
identityChannel = myChannels[0];
|
||||||
} else if (commentChannel) {
|
} else if (commentChannel) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue