From 85cc8f16e6d67f45b3a61eea17619cad7c075d11 Mon Sep 17 00:00:00 2001 From: Chika Date: Wed, 1 Jun 2022 20:55:17 +0300 Subject: [PATCH] Elements: add key for Radio options --- Elements/Radio.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Elements/Radio.tsx b/Elements/Radio.tsx index 66f15e1..8c782c2 100644 --- a/Elements/Radio.tsx +++ b/Elements/Radio.tsx @@ -33,7 +33,9 @@ export default function Radio({ > {options.map((option) => ( - {option.label} + + {option.label} + ))}