mirror of
https://github.com/penpot/penpot.git
synced 2026-02-28 23:34:26 +00:00
🐛 Fix linter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user