0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 15:31:26 -05:00

🐛 Fix linter

This commit is contained in:
alonso.torres 2022-05-12 16:32:25 +02:00
parent 3930be5d9e
commit d8d4ce7a46

View file

@ -41,7 +41,7 @@
(defn propagate-wrapper-styles
([children wrapper-props]
(if (.isArray js/Array children)
(->> children (map propagate-wrapper-styles-child))
(->> children (map #(propagate-wrapper-styles-child % wrapper-props)))
(-> children (propagate-wrapper-styles-child wrapper-props)))))
(mf/defc shape-container