payment 이하 구조 변경
This commit is contained in:
@@ -18,6 +18,7 @@ export const FilterSelect = ({
|
||||
<option
|
||||
key={ `key-filter-select-${i}` }
|
||||
value={ selectOptions[i]?.value }
|
||||
selected={ (selectValue === selectOptions[i]?.value)? true: false }
|
||||
>{ selectOptions[i]?.name }</option>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user