From 0406c874990f6fcab98a324288a94fdf0b5c4571 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Mon, 3 Nov 2025 12:50:37 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=A0=80=EC=8A=A4=ED=8A=B8=20=ED=8F=AC?= =?UTF-8?q?=EC=9C=A0]=20=ED=8C=A8=EB=84=90=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=20api=EC=97=90=EC=84=9C=20=EB=82=B4=EB=A0=A4=EC=A3=BC=EB=8A=94?= =?UTF-8?q?=EA=B2=83=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 패널이미지 교체 --- .../src/views/JustForYouTestPanel/JustForYouTestPanel.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx b/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx index ea453f32..864c21b9 100644 --- a/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx +++ b/com.twin.app.shoptime/src/views/JustForYouTestPanel/JustForYouTestPanel.jsx @@ -51,6 +51,10 @@ const JustForYouTestPanel = ({ panelInfo, ...rest }) => { (state) => state.foryou?.justForYouInfo?.shelfInfos ); + const justForYouInfo = useSelector( + (state) => state.foryou?.justForYouInfo?.justForYouInfo + ); + const onClick = useCallback(() => { dispatch(popPanel(panel_names.JUST_FOR_YOU_TEST_PANEL)); }, [dispatch]); @@ -150,7 +154,7 @@ const JustForYouTestPanel = ({ panelInfo, ...rest }) => { onClick={onClick} kind="justforyou" /> - + {shelfInfos &&