mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
🐛 Add missing :key prop on legacy-zip format exportation component
This commit is contained in:
parent
e0669ebbf8
commit
4fb5d3fb20
@ -175,6 +175,7 @@
|
||||
[:> "penpot:flows" #js {}
|
||||
(for [{:keys [id name starting-frame]} (vals flows)]
|
||||
[:> "penpot:flow" #js {:id id
|
||||
:key id
|
||||
:name name
|
||||
:starting-frame starting-frame}])])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user