From 5afe8a8cfab6cc397e11f4294f33b4b858fa93fa Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Thu, 10 Aug 2023 10:24:34 +0300 Subject: [PATCH] Update src/components/StandardLineChart.tsx Co-authored-by: Rickard Andersson --- src/components/StandardLineChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StandardLineChart.tsx b/src/components/StandardLineChart.tsx index 43bde4e0..9d8350a1 100644 --- a/src/components/StandardLineChart.tsx +++ b/src/components/StandardLineChart.tsx @@ -10,7 +10,7 @@ interface Serie { } interface StandartLineChartProps { - data: Serie[] + data: Series[] } const StandartLineChart = ({ data }: StandartLineChartProps) => { return (