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
- a bug was reported that asset.balance is a string so none of these conditionals pass (yearn#245)
- cast asset.balance to a Number so the equality checks works
- a bug was reported that asset.balance is a string so none of these conditionals pass (#245)
- cast asset.balance to a Number so the equality checks works
https://github.com/iearn-finance/iearn-finance/blob/develop/src/components/lending/supplyAsset.jsx#L401-L403
is resulting in below screenshot.
Note that my asset balance is 0 but it shows up as "0.0000000000"
The text was updated successfully, but these errors were encountered: