diff --git a/common/src/app/common/types/shape_tree.cljc b/common/src/app/common/types/shape_tree.cljc index d06291e3b..1e9d449a5 100644 --- a/common/src/app/common/types/shape_tree.cljc +++ b/common/src/app/common/types/shape_tree.cljc @@ -132,7 +132,7 @@ ([objects] (get-frames-ids objects nil)) ([objects options] (->> (get-frames objects options) - (mapv :id)))) + (map :id)))) (defn get-nested-frames [objects frame-id]