diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx index b8947209..39c8c303 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.jsx @@ -1,10 +1,21 @@ -import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react'; +import React, { + useCallback, + useEffect, + useMemo, + useRef, + useState, +} from 'react'; import classNames from 'classnames'; -import { useDispatch, useSelector } from 'react-redux'; +import { + useDispatch, + useSelector, +} from 'react-redux'; +import Dropdown from '@enact/sandstone/Dropdown'; import Spotlight from '@enact/spotlight'; -import SpotlightContainerDecorator from '@enact/spotlight/SpotlightContainerDecorator'; +import SpotlightContainerDecorator + from '@enact/spotlight/SpotlightContainerDecorator'; import Spottable from '@enact/spotlight/Spottable'; import downBtnImg from '../../../assets/images/btn/search_btn_down_arrow.png'; @@ -14,7 +25,8 @@ import { hideShopperHouseError } from '../../actions/searchActions'; import CustomImage from '../../components/CustomImage/CustomImage'; import TButtonTab, { LIST_TYPE } from '../../components/TButtonTab/TButtonTab'; import TDropDown from '../../components/TDropDown/TDropDown'; -import TVirtualGridList from '../../components/TVirtualGridList/TVirtualGridList'; +import TVirtualGridList + from '../../components/TVirtualGridList/TVirtualGridList'; import { panel_names } from '../../utils/Config'; import { $L } from '../../utils/helperMethods'; import { SpotlightIds } from '../../utils/SpotlightIds'; @@ -24,8 +36,6 @@ import HowAboutTheseSmall from './HowAboutThese/HowAboutThese.small'; import css from './SearchResults.new.v2.module.less'; import ItemCard from './SearchResultsNew/ItemCard'; import ShowCard from './SearchResultsNew/ShowCard'; -import Dropdown from '@enact/sandstone/Dropdown'; - const ITEMS_PER_PAGE = 10; @@ -926,7 +936,7 @@ const SearchResultsNew = ({ No matches, Showing suggestions )} - + {hasShopperHouseItems && ( {filterMethods} - + )} {/* 아이템/쇼 컨텐츠 */}