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 && (