🐛 Fix react key warning on readio-buttons component

This commit is contained in:
Andrey Antukh 2023-11-21 16:40:12 +01:00
parent b65a013235
commit 5a9c9dca12

View file

@ -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?