From b22f519c3d7d1aab67113cb959e04da32ce20e26 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Thu, 2 Oct 2025 16:07:09 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8]=20?= =?UTF-8?q?=EB=8C=80=EC=86=8C=EB=AC=B8=EC=9E=90=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EB=93=A4=EC=96=B4=EA=B0=84=EB=B6=80=EB=B6=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/BestSeller/BestSeller.jsx | 6 +++--- .../src/views/HomePanel/PopularShow/PopularShow.jsx | 6 +++--- .../src/views/HomePanel/SubCategory/SubCategory.jsx | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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 9c545503..eff4bdab 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -23,7 +23,7 @@ import { import SectionTitle from '../../../components/SectionTitle/SectionTitle'; import Tag from '../../../components/TItemCard/Tag'; import TItemCard from '../../../components/TItemCard/TItemCard'; -import TitemCardNew from '../../../components/TItemCard/TitemCard.new'; +import TItemCardNew from '../../../components/TItemCard/TItemCard.new'; import TScroller from '../../../components/TScroller/TScroller'; import useScrollReset from '../../../hooks/useScrollReset'; import useScrollTo from '../../../hooks/useScrollTo'; @@ -241,7 +241,7 @@ const BestSeller = ({ ? rankOrd + "rd" : rankOrd + "th"; return ( - {foryou === true && } - + ); } )} diff --git a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx index 73082135..d41d0b1f 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx @@ -26,7 +26,7 @@ import TItemCard, { IMAGETYPES, TYPES, } from '../../../components/TItemCard/TItemCard'; -import TitemCardNew from '../../../components/TItemCard/TitemCard.new'; +import TItemCardNew from '../../../components/TItemCard/TItemCard.new'; import TScroller from '../../../components/TScroller/TScroller'; import useScrollReset from '../../../hooks/useScrollReset'; import useScrollTo from '../../../hooks/useScrollTo'; @@ -245,7 +245,7 @@ const PopularShow = ({ itemIndex ) => { return ( - {foryou === true && } - + ); } )} diff --git a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx index 3adf5d3d..250cedd0 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx @@ -21,7 +21,7 @@ import { sendLogCuration } from '../../../actions/logActions'; import { getSubCategory } from '../../../actions/mainActions'; import { pushPanel } from '../../../actions/panelActions'; import Tag from '../../../components/TItemCard/Tag'; -import TItemCardNew from '../../../components/TItemCard/TitemCard.new'; +import TItemCardNew from '../../../components/TItemCard/TItemCard.new'; import TScroller from '../../../components/TScroller/TScroller'; import usePrevious from '../../../hooks/usePrevious'; import useScrollReset from '../../../hooks/useScrollReset';