deeplink test 주석처리

This commit is contained in:
opacity@t-win.kr
2025-08-12 17:29:53 +09:00
parent a841292521
commit d5c5b45c4e

View File

@@ -673,9 +673,9 @@ export default function MainView({ className, initService }) {
}, [dispatch, popupData, activePopup, topPanel?.name]);
// 딥링크 확인 테스트
const contentTarget = useSelector(
(state) => state.common.deepLinkInfo.contentTarget
);
// const contentTarget = useSelector(
// (state) => state.common.deepLinkInfo.contentTarget
// );
return (
<div
className={classNames(css.mainViewWrap, className)}
@@ -829,7 +829,7 @@ export default function MainView({ className, initService }) {
/>
)} */}
{/* /딥링크 테스트 */}
<div
{/* <div
style={{
position: "fixed",
left: "0",
@@ -842,7 +842,7 @@ export default function MainView({ className, initService }) {
>
deepLinkInfo
<p>{contentTarget}</p>
</div>
</div> */}
</div>
);
}