mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 17:24:27 +00:00
This commit is contained in:
parent
a405de62e6
commit
44846c80c8
@ -62,7 +62,10 @@
|
|||||||
|
|
||||||
(defn <-color
|
(defn <-color
|
||||||
[value]
|
[value]
|
||||||
(if (string/starts-with? value "#") value (keyword value)))
|
(if (and (some? value)
|
||||||
|
(string/starts-with? value "#"))
|
||||||
|
value
|
||||||
|
(keyword value)))
|
||||||
|
|
||||||
(defn <-rpc
|
(defn <-rpc
|
||||||
[chat]
|
[chat]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user