- FilterSelectMid 수정
- 부가서비스 Filter Mid Select 컴포넌트 변경
This commit is contained in:
@@ -35,8 +35,8 @@ export const FilterSelectMid = ({
|
||||
rs.push(
|
||||
<option
|
||||
key={ `key-filter-select-${i}` }
|
||||
value={ midOptions[i]?.value }
|
||||
>{ midOptions[i]?.name }</option>
|
||||
value={ options[i]?.value }
|
||||
>{ options[i]?.name }</option>
|
||||
);
|
||||
}
|
||||
return rs;
|
||||
|
||||
Reference in New Issue
Block a user