diff --git a/app/components/settings/radio_setting/index.tsx b/app/components/settings/radio_setting/index.tsx index afacc404b..94ec377fe 100644 --- a/app/components/settings/radio_setting/index.tsx +++ b/app/components/settings/radio_setting/index.tsx @@ -58,7 +58,7 @@ function RadioSetting({ isSelected={value === entryValue} text={text} value={entryValue} - key={value} + key={entryValue} />, ); }