Sreeramsupers
Results
2
issues of
Sreeramsupers
Changed the 24hVolume in CryptoDetails.jsx Component as "volume" does not exist on the endpoint "Get Coin". Change `cryptoDetails?.volume` to `cryptoDetails?.["24hVolume"].`
This is my code of - const options = { scales: { yAxes: [ { ticks: { beginAtZero: true, }, }, ], }, };