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