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 (
-
-
-
+
);
};