From 9d5b02eb54266af553caa15d2cd61b33e0a30242 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 7 Feb 2024 10:11:39 +0900 Subject: [PATCH] =?UTF-8?q?[App.js]=20getSubCategory=20=ED=8C=8C=EB=9D=BC?= =?UTF-8?q?=EB=AF=B8=ED=84=B0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/App/App.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/com.twin.app.shoptime/src/App/App.js b/com.twin.app.shoptime/src/App/App.js index c59fa3ac..22b5e001 100644 --- a/com.twin.app.shoptime/src/App/App.js +++ b/com.twin.app.shoptime/src/App/App.js @@ -62,11 +62,11 @@ function AppBase(props) { dispatch(getBestSeller()); dispatch( getSubCategory({ - lgCatCd: "", - patnrIdList: "", - pageSize: "", - tabType: "", - filterType: "", + lgCatCd: 1017, //LG Electronics Base + patnrIdList: null, + pageSize: null, + tabType: null, + filterType: null, }) ); dispatch(getTop20Show());