diff --git a/frontend/src/app/main/ui/shapes/frame.cljs b/frontend/src/app/main/ui/shapes/frame.cljs index f5de551cd..42be91bc9 100644 --- a/frontend/src/app/main/ui/shapes/frame.cljs +++ b/frontend/src/app/main/ui/shapes/frame.cljs @@ -77,9 +77,8 @@ [:& shape-custom-strokes {:shape shape} (if path? [:> :path props] - [:> :rect props]) - - (for [item childs] - [:& shape-wrapper {:shape item - :key (dm/str (:id item))}])]]))) + [:> :rect props])] + (for [item childs] + [:& shape-wrapper {:shape item + :key (dm/str (:id item))}])])))