From e79e36daae20e287a1388dd656fe118ea3d5e161 Mon Sep 17 00:00:00 2001 From: Jaanus Sellin Date: Wed, 29 May 2024 12:42:53 +0300 Subject: [PATCH] fix: show 2 insights components to pro (#7207) Currently it was showing only users. Now showing 2. --- .../src/component/insights/InsightsCharts.tsx | 64 ++++++++----------- 1 file changed, 28 insertions(+), 36 deletions(-) diff --git a/frontend/src/component/insights/InsightsCharts.tsx b/frontend/src/component/insights/InsightsCharts.tsx index 8bcea8cc40..932aa83d3f 100644 --- a/frontend/src/component/insights/InsightsCharts.tsx +++ b/frontend/src/component/insights/InsightsCharts.tsx @@ -145,46 +145,38 @@ export const InsightsCharts: VFC = ({ } /> + + + + + + + } + elseShow={ + + + + } + /> - - - - - - - } - elseShow={ - - - - } - />