From 8fb41b3144a337c17f82f3f41c7f4f4550ae2378 Mon Sep 17 00:00:00 2001 From: Vladimir Kokovic Date: Mon, 21 Jun 2021 17:09:59 +0200 Subject: [PATCH] Remove OSS check for metrics --- web/src/client/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/client/components/Sidebar.tsx b/web/src/client/components/Sidebar.tsx index b21fde54..874048dd 100644 --- a/web/src/client/components/Sidebar.tsx +++ b/web/src/client/components/Sidebar.tsx @@ -220,7 +220,7 @@ const Sidebar = (props: Props) => { - {!__OSS__ && metricsVisible && + {metricsVisible && }