Correctly pass all params in form 2 component
This commit is contained in:
parent
ea2f3d6dab
commit
c18714a9d8
|
@ -22,7 +22,7 @@
|
|||
(defn data-structure
|
||||
[jsonml]
|
||||
(let [expand? (r/atom true)]
|
||||
(fn []
|
||||
(fn [jsonml]
|
||||
[:span
|
||||
{:class (str/join " " ["re-frame-trace--object"
|
||||
(when @expand? "expanded")])
|
||||
|
|
Loading…
Reference in New Issue