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