[RecentlyViewed] 테스트 코드 삭제
This commit is contained in:
@@ -5,7 +5,6 @@ import { useDispatch, useSelector } from "react-redux";
|
|||||||
import Spotlight from "@enact/spotlight";
|
import Spotlight from "@enact/spotlight";
|
||||||
import SpotlightContainerDecorator from "@enact/spotlight/SpotlightContainerDecorator";
|
import SpotlightContainerDecorator from "@enact/spotlight/SpotlightContainerDecorator";
|
||||||
|
|
||||||
import { getThemeMenuShelfInfo } from "../../../../actions/homeActions";
|
|
||||||
import { getMyRecentlyViewedInfo } from "../../../../actions/myPageActions";
|
import { getMyRecentlyViewedInfo } from "../../../../actions/myPageActions";
|
||||||
import { popPanel } from "../../../../actions/panelActions";
|
import { popPanel } from "../../../../actions/panelActions";
|
||||||
import TBody from "../../../../components/TBody/TBody";
|
import TBody from "../../../../components/TBody/TBody";
|
||||||
@@ -105,10 +104,6 @@ export default function RecentlyViewed({ title, cbScrollTo }) {
|
|||||||
setActiveDelete((prev) => !prev);
|
setActiveDelete((prev) => !prev);
|
||||||
}, [dispatch, recentlyDatas, selectedItems, activeDelete]);
|
}, [dispatch, recentlyDatas, selectedItems, activeDelete]);
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
dispatch(getThemeMenuShelfInfo({ curationId: "10200" }));
|
|
||||||
}, [dispatch]);
|
|
||||||
|
|
||||||
const handleSelectAllToggle = useCallback(() => {
|
const handleSelectAllToggle = useCallback(() => {
|
||||||
const newState = !selectAll;
|
const newState = !selectAll;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user