project_cryptoverse
project_cryptoverse copied to clipboard
24hVolume Changed. Getting undefined on CryptoDetails.jsx 24hVolume. FIXED!
Changed the 24hVolume in CryptoDetails.jsx Component as "volume" does not exist on the endpoint "Get Coin".
Change cryptoDetails?.volume to cryptoDetails?.["24hVolume"].
Thank you for the solution. It is working now.