수정
This commit is contained in:
@@ -28,7 +28,7 @@ export const SortTypeBox = ({
|
||||
}
|
||||
<span key={ option.key }>
|
||||
<button
|
||||
className={ `sort-btn ${(sortType === option.key) ? 'active' : ''}` }
|
||||
className={ `sort-btn ${(sortType === option.key)? 'active': ''}` }
|
||||
onClick={ () => onClickToSort(option.key) }
|
||||
>{ option.label }</button>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user