From b2e2e84cc0cd4fe3b4f50bff52663593dc947868 Mon Sep 17 00:00:00 2001
From: jessopb <36554050+jessopb@users.noreply.github.com>
Date: Thu, 30 Dec 2021 15:54:00 -0500
Subject: [PATCH] show channel analytics only if authed (#7378)
---
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 2715fe630..39bf6790f 100644
--- a/ui/component/header/view.jsx
+++ b/ui/component/header/view.jsx
@@ -326,7 +326,7 @@ const Header = (props: Props) => {
{__('Channels')}
- {hasChannels && (
+ {hasChannels && authenticated && (