From a7335533bba66e737ba650b828c324d182280ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 15 Oct 2020 11:54:29 +0200 Subject: [PATCH] :bug: Fix stupid parenthesis :> --- frontend/src/app/main/store.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))