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} + ))}