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:
parent
86e524638c
commit
b4ea749388
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue