[RecentlyViewed] 테스트 코드 삭제

This commit is contained in:
jiwon93.son
2024-04-14 16:29:59 +09:00
parent c01ace9820
commit 8bfcc3feb6

View File

@@ -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;