mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
🐛 Fix react key warning on readio-buttons component
This commit is contained in:
parent
b65a013235
commit
5a9c9dca12
@ -347,6 +347,7 @@
|
||||
checked? (= value current-value)
|
||||
key (str/ffmt "%-%" name value')]
|
||||
[:label {:for key
|
||||
:key key
|
||||
:style {:background-image (when image? (str/ffmt "url(%)" image))}
|
||||
:class (stl/css-case :radio-label true
|
||||
:global/checked checked?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user