mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 01:16:11 +02: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
|
(defn propagate-wrapper-styles
|
||||||
([children wrapper-props]
|
([children wrapper-props]
|
||||||
(if (.isArray js/Array children)
|
(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)))))
|
(-> children (propagate-wrapper-styles-child wrapper-props)))))
|
||||||
|
|
||||||
(mf/defc shape-container
|
(mf/defc shape-container
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue