fix: key
This commit is contained in:
parent
d2e26d3727
commit
622f32015f
|
@ -19,7 +19,7 @@ const Number = ({
|
||||||
? (
|
? (
|
||||||
<select readOnly value={value}>
|
<select readOnly value={value}>
|
||||||
{Object.entries(options).map(([optionValue, optionLabel]) => (
|
{Object.entries(options).map(([optionValue, optionLabel]) => (
|
||||||
<option value={optionValue}>{optionLabel}</option>
|
<option key={optionValue}>{optionLabel}</option>
|
||||||
))}
|
))}
|
||||||
</select>
|
</select>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user