diff --git a/src/components/histogram/histogram.tsx b/src/components/histogram/histogram.tsx index 09ca247..4e93383 100644 --- a/src/components/histogram/histogram.tsx +++ b/src/components/histogram/histogram.tsx @@ -8,7 +8,7 @@ export const Histogram = ({ data }: Props) => { const min = 10 const max = Math.ceil(Math.max.apply(null, data)*1.2) return( -
+
{ data.map(( value, i ) => ( ))