diff --git a/frontend/src/app/main/store.cljs b/frontend/src/app/main/store.cljs index be3fc28d59..393d470a52 100644 --- a/frontend/src/app/main/store.cljs +++ b/frontend/src/app/main/store.cljs @@ -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))