mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-13 18:26:54 +00:00
remove duplicate label on radio buttons
This commit is contained in:
parent
0e94a4f4cf
commit
adcb841214
@ -32,9 +32,6 @@ const RadioWidget = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<FormLabel required={required} htmlFor={id}>
|
|
||||||
{label || schema.title}
|
|
||||||
</FormLabel>
|
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
id={id}
|
id={id}
|
||||||
name={id}
|
name={id}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user