Revert "deeplink debug 코드 추가"

This reverts commit 9bc8d6f68f.
This commit is contained in:
opacity@t-win.kr
2025-08-22 11:07:52 +09:00
parent 9bc8d6f68f
commit 0303e9d2ae
8 changed files with 164 additions and 633 deletions

View File

@@ -499,7 +499,7 @@ const HomePanel = ({ isOnTop }) => {
);
dispatch(getTop20Show());
dispatch(getBestSeller(bestSellerLoaded));
console.log("###isDeepLink", isDeepLink);
if (isDeepLink) {
dispatch(setDeepLink({ contentTarget: "", isDeepLink: false }));
}