mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 05:48:12 +00:00
Check price is nil
This commit is contained in:
parent
f4e0c69d72
commit
ce87945736
@ -71,7 +71,7 @@
|
|||||||
(money/equal-to token-units 0))
|
(money/equal-to token-units 0))
|
||||||
"0"
|
"0"
|
||||||
|
|
||||||
(nil? market-values-per-currency)
|
(nil? (-> market-values-per-currency :usd :price))
|
||||||
(number/remove-trailing-zeroes (.toFixed token-units missing-price-decimals))
|
(number/remove-trailing-zeroes (.toFixed token-units missing-price-decimals))
|
||||||
|
|
||||||
:else
|
:else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user