From 442a71256e8ac7d0c84b3a979df51d35c9e77c95 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Tue, 7 May 2024 10:14:44 +0900 Subject: [PATCH] =?UTF-8?q?[hoempanel]=20=EB=B2=A0=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=85=80=EB=9F=AC=20=EB=8D=94=EB=B3=B4=EA=B8=B0=20=EC=8A=A4?= =?UTF-8?q?=ED=8C=9F=EC=9D=B4=EB=8F=99=20=EB=B6=80=EB=B6=84=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=20-=20pageName=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/BestSeller/BestSeller.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx index ca8cc02b..d42b7873 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -55,6 +55,9 @@ const BestSeller = ({ order, scrollTopBody, panelInfo }) => { pushPanel( { name: panel_names.TRENDING_NOW_PANEL, + panelInfo: { + pageName: "BS", + }, }, [dispatch] )