mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix: get rid of :redef-in-file
warning (#18053)
This commit is contained in:
parent
1e797273b6
commit
3cd302b271
@ -66,7 +66,7 @@
|
|||||||
text-color)
|
text-color)
|
||||||
label])])
|
label])])
|
||||||
|
|
||||||
(defn tag
|
(defn tag-internal
|
||||||
"opts
|
"opts
|
||||||
{:type :icon/:emoji/:label
|
{:type :icon/:emoji/:label
|
||||||
:label string
|
:label string
|
||||||
@ -106,5 +106,5 @@
|
|||||||
:labelled? (if (= type :label) true labelled?)}
|
:labelled? (if (= type :label) true labelled?)}
|
||||||
[tag-resources size type resource icon-color label text-color labelled?]]]))
|
[tag-resources size type resource icon-color label text-color labelled?]]]))
|
||||||
|
|
||||||
(def tag (quo.theme/with-theme tag))
|
(def tag (quo.theme/with-theme tag-internal))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user