diff --git a/7project/frontend/src/pages/CategoryPieChart.tsx b/7project/frontend/src/pages/CategoryPieChart.tsx index 3b9edb7..96fbdf0 100644 --- a/7project/frontend/src/pages/CategoryPieChart.tsx +++ b/7project/frontend/src/pages/CategoryPieChart.tsx @@ -16,7 +16,7 @@ function SinglePieChart({ data, title }: { data: { name: string; value: number } ); } - return ( + return (