The value wasn't unique (#6731)

This commit is contained in:
Javier Aguirre 2022-11-08 09:27:52 +01:00 committed by GitHub
parent 7f5dc3c718
commit cc5331f2ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ function RadioSetting({
isSelected={value === entryValue}
text={text}
value={entryValue}
key={value}
key={entryValue}
/>,
);
}