mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 14:48:29 +00:00
💄 Minor cosmetic changes on props checking function.
This commit is contained in:
parent
74a6bc8e06
commit
a0643c7388
@ -38,8 +38,8 @@
|
||||
(js/React.memo
|
||||
component
|
||||
(fn [np op]
|
||||
(let [n-shape (aget np "shape")
|
||||
o-shape (aget op "shape")]
|
||||
(let [n-shape (unchecked-get np "shape")
|
||||
o-shape (unchecked-get op "shape")]
|
||||
(= n-shape o-shape))))))
|
||||
|
||||
(mf/defc shape-wrapper
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user