Skip to content

Commit a5f080a

Browse files
committed
Fix demo render error
1 parent ea16622 commit a5f080a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/re_demo/utils.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@
270270
:width "300px"]
271271
[gap :src (at) :size "5px"]
272272
[label :src (at) :label (cond-> @prop
273-
unit (str unit))]])]])))
273+
unit (str unit)
274+
:do str)]])]])))
274275

275276
(defn prop-checkbox [{:keys [prop db default value id show-value?]
276277
:or {show-value? true}

0 commit comments

Comments
 (0)