🐛 Fix stupid parenthesis :>

This commit is contained in:
Andrés Moya 2020-10-15 11:54:29 +02:00
parent fcbcc6de95
commit a7335533bb

View file

@ -100,7 +100,7 @@
(str (:touched shape)))))
(when (:shapes shape)
(dorun (for [shape-id (:shapes shape)]
(show-shape shape-id (inc level) objects))))))
(show-shape shape-id (inc level) objects)))))))
(show-component [shape objects]
(if (nil? (:shape-ref shape))