diff --git a/components/custom/chart.tsx b/components/custom/chart.tsx index b40690c..a271d8f 100644 --- a/components/custom/chart.tsx +++ b/components/custom/chart.tsx @@ -11,19 +11,21 @@ interface ChartProps { export function Chart({...props}: ChartProps) { return ( -
-
- {props.data.map((item, index) => ( - - ))} -
-
- {props.data.map((item, index) => ( -
-
- {item.name} -
- ))} +
+
+
+ {props.data.map((item, index) => ( + + ))} +
+
+ {props.data.map((item, index) => ( +
+
+ {item.name} +
+ ))} +
)