mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 20:31:39 +02:00
❇️ Fix linter warnings
This commit is contained in:
parent
fbf1c10077
commit
234a698538
10 changed files with 55 additions and 115 deletions
|
@ -191,8 +191,7 @@
|
|||
|
||||
(mf/defc export-data
|
||||
[{:keys [shape]}]
|
||||
(let [props (-> (obj/new) (add-data shape))
|
||||
frame? (= (:type shape) :frame)]
|
||||
(let [props (-> (obj/new) (add-data shape))]
|
||||
[:> "penpot:shape" props
|
||||
[:& export-shadow-data shape]
|
||||
[:& export-blur-data shape]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue