From df893290d346f90879c9048bb1e667c6e53a6467 Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Thu, 21 Aug 2025 10:50:07 +0900 Subject: [PATCH] =?UTF-8?q?Home=20Category=20api=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/SubCategory/SubCategory.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5d66ab3f..266a3115 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/SubCategory/SubCategory.jsx @@ -53,7 +53,7 @@ export default memo(function SubCategory({ ); const categoryInfos = useSelector( - (state) => state.onSale.homeOnSaleData?.data.categoryInfos + (state) => state.home.menuData?.data?.homeCategory ); const categoryItemInfos = useSelector( (state) => state.main.subCategoryData?.categoryItemInfos