[서치 결과] 필터 드롭다운 처리
- 노출 안보이도록 변경
This commit is contained in:
@@ -26,8 +26,8 @@ import { panel_names } from '../../utils/Config';
|
||||
import { $L } from '../../utils/helperMethods';
|
||||
import { SpotlightIds } from '../../utils/SpotlightIds';
|
||||
import HowAboutThese from './HowAboutThese/HowAboutThese';
|
||||
import HowAboutTheseSmall from './HowAboutThese/HowAboutThese.small';
|
||||
import HowAboutTheseResponse from './HowAboutThese/HowAboutThese.response';
|
||||
import HowAboutTheseSmall from './HowAboutThese/HowAboutThese.small';
|
||||
import css from './SearchResults.new.v2.module.less';
|
||||
import ItemCard from './SearchResultsNew/ItemCard';
|
||||
import ShowCard from './SearchResultsNew/ShowCard';
|
||||
@@ -580,7 +580,7 @@ const SearchResultsNew = ({
|
||||
// ❌ [251026] DEPRECATED: onKeyDown={handleTabKeyDown} - Spotlight 속성으로 대체됨
|
||||
/>
|
||||
{/* 2025/10/17 김영진 부장과 이야기 하여 일반에서는 아직 필터 검토하지않아 빼달라고 하여 우선 일반검색에서는 미노출 처리 추후 처리 필요함 */}
|
||||
{tab === 0 && !itemInfo?.length && (
|
||||
{tab === 2 && !itemInfo?.length && ( //일반에서는 노출해야함.tab === 0
|
||||
<TDropDown
|
||||
className={classNames(
|
||||
css.dropdown,
|
||||
|
||||
Reference in New Issue
Block a user