From bbee98b19ecb234844e7e20672f607a17ed373a8 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 28 Jan 2025 16:08:42 +0800 Subject: [PATCH] fix: replace paragraph with div in chart tooltip --- components/ui/chart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/chart.tsx b/components/ui/chart.tsx index c48ea03..9c9a850 100644 --- a/components/ui/chart.tsx +++ b/components/ui/chart.tsx @@ -169,7 +169,7 @@ const ChartTooltipContent = React.forwardRef< )} > {!nestLabel && ( -
{!nestLabel ? tooltipLabel : null}
+