You can now print and pay
This commit is contained in:
@@ -166,4 +166,4 @@
|
||||
[css-transition-group {:in visible? :class-names {:exit exit-class :enter enter-class} :timeout timeout :onEnter (fn [] (reset! final-state true )) :onExited (fn [] (reset! final-state false))}
|
||||
(if (or @final-state visible?)
|
||||
(first children)
|
||||
[:div])])))
|
||||
[:span])])))
|
||||
|
||||
Reference in New Issue
Block a user