mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 14:41:38 +02:00
🐛 Fix react key warning on readio-buttons component
This commit is contained in:
parent
b65a013235
commit
5a9c9dca12
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue