Sreeramsupers
Results
3
comments of
Sreeramsupers
Change your value to from - `cryptoDetails?volume && millify(cryptoDetails?.volume` to this - `cryptoDetails?.['24hVolume'] && millify(cryptoDetails?.['24hVolume']` now It should be working
Press `Ctrl + Shift + I` on the localhost, Tell me if it has some error
> Can you paste the Line.jsx code here?. I will look into it. import React from 'react'; import { Line } from 'react-chartjs-2'; import { Col, Row, Typography } from...