mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
🐛 Fix react warning for missing key on context-menu-a11y component
This commit is contained in:
parent
cf03cb4ca4
commit
9cb5df31d1
@ -255,6 +255,7 @@
|
||||
(dom/classnames :separator true))}]
|
||||
[:& context-menu-a11y-item
|
||||
{:id id
|
||||
:key id
|
||||
:class (if (and new-css-system workspace?)
|
||||
(dom/classnames (css :is-selected) (and selected (= option-name selected))
|
||||
(css :context-menu-item) true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user