Commit fb8e3c1
committed
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.1 parent 1c3a4b3 commit fb8e3c1
2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments