mirror of
https://github.com/status-im/reagent.git
synced 2025-01-28 20:56:29 +00:00
Fix #454, add missing gobj/set parameter
This commit is contained in:
parent
b994400194
commit
7ddc3dad5a
@ -47,7 +47,7 @@
|
||||
(if-some [k' (cache-get prop-name-cache (name k))]
|
||||
k'
|
||||
(let [v (util/dash-to-prop-name k)]
|
||||
(gobj/set prop-name-cache (name k))
|
||||
(gobj/set prop-name-cache (name k) v)
|
||||
v))
|
||||
k))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user