2022.03.28_10-00
github-actions
released this
28 Mar 10:00
·
3 commits
to main
since this release
Use default value for getting BALANCE_FETCH_TIME from localStorage Previously, it returned undefined if there was no value present in localStorage. This was converted to NaN by Number() which the following lines didn't account for. This fixes balances not being fetched if opening the project for the first time.