mirror of
https://github.com/status-im/status-react.git
synced 2025-02-09 09:34:55 +00:00
parent
35e71289dc
commit
d53bef385a
@ -6,11 +6,12 @@
|
||||
|
||||
(defn collectible-balance
|
||||
[collectible]
|
||||
(-> collectible
|
||||
:ownership
|
||||
first
|
||||
:balance
|
||||
js/parseInt))
|
||||
(let [balance (-> collectible
|
||||
:ownership
|
||||
first
|
||||
:balance
|
||||
js/parseInt)]
|
||||
(if (js/Number.isNaN balance) 0 balance)))
|
||||
|
||||
(def supported-collectible-types
|
||||
#{"image/jpeg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user