From 8e5112d764cacb89b26497f80122f3c671b7da04 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 27 May 2025 14:31:04 +0200 Subject: [PATCH] chore: remove layer of nesting --- .../insights/components/InsightsHeader/InsightsHeader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/insights/components/InsightsHeader/InsightsHeader.tsx b/frontend/src/component/insights/components/InsightsHeader/InsightsHeader.tsx index b9e5e07ac1..cc91c4b1a4 100644 --- a/frontend/src/component/insights/components/InsightsHeader/InsightsHeader.tsx +++ b/frontend/src/component/insights/components/InsightsHeader/InsightsHeader.tsx @@ -73,14 +73,14 @@ export const InsightsHeader: VFC = ({ actions }) => { titleElement={ ({ display: 'flex', alignItems: 'center', gap: theme.spacing(1), })} > - Insights{' '} + Insights } actions={