From 369aebb56921dee287874ad57c5c38da737c6f3e Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Mon, 26 Feb 2024 13:00:26 +0900 Subject: [PATCH] =?UTF-8?q?[HomePanel]BestSeller=20=EC=8A=A4=ED=8C=9F?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=20-=20bestseller=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=8A=A4=ED=8C=9F=20=EC=99=BC=EC=AA=BD=EC=9D=B4=EB=8F=99?= =?UTF-8?q?=EC=8B=9C=EC=97=90=20gnb=EB=A1=9C=20=EC=9D=B4=EB=8F=99=EC=95=88?= =?UTF-8?q?=ED=95=98=EB=8A=94=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/BestSeller/BestSeller.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 533ca564..4512a530 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -17,7 +17,7 @@ import css from "./BestSeller.module.less"; const SpottableComponent = Spottable("div"); const Container = SpotlightContainerDecorator( - { enterTo: "last-focused", leaveFor: { left: "", right: "" } }, + { enterTo: "last-focused" }, "div" );