mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 15:31:26 -05:00
🐛 Fix linter
This commit is contained in:
parent
3930be5d9e
commit
d8d4ce7a46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue