SharedStake / SharedStake-ui

SharedStake User Interface using vue.js
https://www.sharedstake.org/
GNU General Public License v3.0
16 stars 16 forks source link

Set initial value for $TVL #59

Closed exitonoff closed 3 years ago

exitonoff commented 3 years ago

The initial value was set to null, which caused the UI to load only after API call to Coingecko replied. This caused the UI being "empty" for a few seconds or in worst case if the request failed it wouldn't load at all.

Fixed in this PR.

exitonoff commented 3 years ago

The bug was caused by my earlier contribution. 🤕😅