❇️ Fix linter warnings

This commit is contained in:
alonso.torres 2021-06-18 15:29:07 +02:00
parent fbf1c10077
commit 234a698538
10 changed files with 55 additions and 115 deletions

View file

@ -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]