Skip to content

Commit 6a4b27b

Browse files
committed
fix
1 parent c5b4080 commit 6a4b27b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

apps/v4/app/(examples)/dashboard-03/components/chart-visitors.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ export function ChartVisitors() {
149149
className="mx-auto aspect-square w-full max-w-[300px]"
150150
>
151151
<PieChart>
152-
<ChartTooltip cursor={false} content={<ChartTooltipContent hideLabel />} />
152+
<ChartTooltip
153+
cursor={false}
154+
content={<ChartTooltipContent hideLabel />}
155+
/>
153156
<Pie
154157
data={desktopData}
155158
dataKey="desktop"

0 commit comments

Comments
 (0)