From fbc3a3725c2b1193632b4ba5311f2727586cd06a Mon Sep 17 00:00:00 2001 From: Kakabay Date: Wed, 26 Apr 2023 12:23:38 +0500 Subject: [PATCH] fix --- src/components/LineChart.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/LineChart.jsx b/src/components/LineChart.jsx index b279758..e3a0d3f 100644 --- a/src/components/LineChart.jsx +++ b/src/components/LineChart.jsx @@ -28,7 +28,6 @@ const LineChart = ({ activeRow, tabIndex }) => { }, [tabIndex]); let delayed; - console.log(dataLineChart.data[0].all_prices.reverse()); const data = { labels: dataLineChart