Correctly pass all params in form 2 component

This commit is contained in:
chris (daiyi) 2017-09-19 22:27:03 +02:00 committed by Daniel Compton
parent ea2f3d6dab
commit c18714a9d8
1 changed files with 1 additions and 1 deletions

View File

@ -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")])