You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
When calling getCoinImage: function(symbol) {} it will return an undefined error when it try to find an image for a coin with no ImageUrl in the cryptocompare API, which breaks the app.
When calling
getCoinImage: function(symbol) {}
it will return an undefined error when it try to find an image for a coin with no ImageUrl in the cryptocompare API, which breaks the app.I fixed it with
The text was updated successfully, but these errors were encountered: