From 2258fed24af47771c819faeae572cd93b03161a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Mon, 9 Sep 2024 15:28:34 +0200 Subject: [PATCH] fix(dashboard): remove unecessary portal --- .../src/components/report/chart/index.tsx | 30 +++++++++---------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/apps/dashboard/src/components/report/chart/index.tsx b/apps/dashboard/src/components/report/chart/index.tsx index cdbd0419..0ca6498d 100644 --- a/apps/dashboard/src/components/report/chart/index.tsx +++ b/apps/dashboard/src/components/report/chart/index.tsx @@ -72,21 +72,19 @@ export const ChartRootShortcut = ({ lineType = 'monotone', }: ChartRootShortcutProps) => { return ( - - - + ); };