fix
This commit is contained in:
parent
4b46113da6
commit
fbc3a3725c
|
|
@ -28,7 +28,6 @@ const LineChart = ({ activeRow, tabIndex }) => {
|
|||
}, [tabIndex]);
|
||||
|
||||
let delayed;
|
||||
console.log(dataLineChart.data[0].all_prices.reverse());
|
||||
|
||||
const data = {
|
||||
labels: dataLineChart
|
||||
|
|
|
|||
Loading…
Reference in New Issue