mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-12 07:04:25 +00:00
Correctly pass all params in form 2 component
This commit is contained in:
parent
ea2f3d6dab
commit
c18714a9d8
@ -22,7 +22,7 @@
|
|||||||
(defn data-structure
|
(defn data-structure
|
||||||
[jsonml]
|
[jsonml]
|
||||||
(let [expand? (r/atom true)]
|
(let [expand? (r/atom true)]
|
||||||
(fn []
|
(fn [jsonml]
|
||||||
[:span
|
[:span
|
||||||
{:class (str/join " " ["re-frame-trace--object"
|
{:class (str/join " " ["re-frame-trace--object"
|
||||||
(when @expand? "expanded")])
|
(when @expand? "expanded")])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user