업데이트
This commit is contained in:
@@ -76,7 +76,10 @@ export const HeaderNavigation = ({
|
||||
<select className="heading-select">
|
||||
{ selectOptions && selectOptions.length > 0 &&
|
||||
selectOptions.map((value, index) => (
|
||||
<option value={ value.value }>{ value.name }</option>
|
||||
<option
|
||||
key={ value.value }
|
||||
value={ value.value }
|
||||
>{ value.name }</option>
|
||||
))
|
||||
}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user