mirror of
https://github.com/status-im/status-react.git
synced 2025-02-05 15:45:04 +00:00
fix: error is shown when asset is selected on select assets screen (#18326)
Signed-off-by: Brian Sztamfater <brian@status.im>
This commit is contained in:
parent
d64508a74a
commit
205962f582
@ -16,7 +16,11 @@
|
||||
|
||||
(defn- make-limit-label
|
||||
[{:keys [amount currency]}]
|
||||
(str amount " " (string/upper-case (name currency))))
|
||||
(str amount
|
||||
" "
|
||||
(some-> currency
|
||||
name
|
||||
string/upper-case)))
|
||||
|
||||
(def not-digits-or-dot-pattern
|
||||
#"[^0-9+\.]")
|
||||
|
Loading…
x
Reference in New Issue
Block a user