SHOPTIME-4011 Home 화면 On Sale 랜딩카드에 노출되는 카테고리로 이동 되도록 수정

This commit is contained in:
Dev TWIN0906
2025-06-05 10:54:24 +09:00
parent 153b5b05d2
commit 04dd67803d
4 changed files with 32 additions and 14 deletions

View File

@@ -29,7 +29,6 @@ export default function HomeBanner({
handleShelfFocus,
}) {
const dispatch = useDispatch();
const homeTopDisplayInfo = useSelector(
(state) => state.home.homeTopDisplayInfo
);