The value wasn't unique (#6731)
This commit is contained in:
parent
7f5dc3c718
commit
cc5331f2ba
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ function RadioSetting({
|
|||
isSelected={value === entryValue}
|
||||
text={text}
|
||||
value={entryValue}
|
||||
key={value}
|
||||
key={entryValue}
|
||||
/>,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue