From 07b64fbb88698086f2b9d5853a072b5106df340b Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 28 May 2025 09:26:26 +0200 Subject: [PATCH] remove filters from new header --- frontend/src/component/insights/Insights.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/frontend/src/component/insights/Insights.tsx b/frontend/src/component/insights/Insights.tsx index cd70e82e97..219e438ae0 100644 --- a/frontend/src/component/insights/Insights.tsx +++ b/frontend/src/component/insights/Insights.tsx @@ -57,18 +57,21 @@ export const Insights: FC = ({ withCharts = true }) => { const insightsData = useInsightsData(insights, projects); - const header = ( - } - /> - ); - return ( {useStickyPageHeader ? ( - {header} + + + } + /> + ) : ( - header + )} {withCharts && (