0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

🐛 Fix linter error

This commit is contained in:
Andrés Moya 2024-05-07 16:00:32 +02:00
parent 86e524638c
commit b4ea749388

View file

@ -1697,7 +1697,7 @@
(assoc change :page-id (:id container))
(assoc change :component-id (:id container))))
(defn- generate-add-component-changes
(defn generate-add-component-changes
[changes root objects file-id page-id components-v2]
(let [name (:name root)
[path name] (cfh/parse-path-name name)