From 5a9c9dca12bb6ff698277048851f3b39efe4dc4a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Nov 2023 16:40:12 +0100 Subject: [PATCH] :bug: Fix react key warning on readio-buttons component --- frontend/src/app/main/ui/components/forms.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/components/forms.cljs b/frontend/src/app/main/ui/components/forms.cljs index a29a3f0014..f148995a3a 100644 --- a/frontend/src/app/main/ui/components/forms.cljs +++ b/frontend/src/app/main/ui/components/forms.cljs @@ -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?