project_cryptoverse
project_cryptoverse copied to clipboard
Forgot to change something!
In CryptoDetails.jsx, the volume property in the CryptoDetails object doesn't exist, it has been replace with 24hVolume for 24 hour volume
https://rapidapi.com/Coinranking/api/coinranking1/
Change your value to from - cryptoDetails?volume && millify(cryptoDetails?.volume to
this - cryptoDetails?.['24hVolume'] && millify(cryptoDetails?.['24hVolume']
now It should be working