diff --git a/frontend/src/app/main/ui/workspace/shapes.cljs b/frontend/src/app/main/ui/workspace/shapes.cljs index 0ecb00530e..f235c35825 100644 --- a/frontend/src/app/main/ui/workspace/shapes.cljs +++ b/frontend/src/app/main/ui/workspace/shapes.cljs @@ -119,7 +119,7 @@ :bool [:> bool-wrapper props] :frame [:> nested-frame-wrapper props] - nil)])))) + nil)]))) (mf/defc root-frame-shape-wrapper {::mf/wrap [#(mf/memo' % common/check-shape-props)]