From 90832fd6d6e6007edebd68247647578146c560d1 Mon Sep 17 00:00:00 2001 From: Dev TWIN0906 Date: Thu, 5 Jun 2025 17:45:36 +0900 Subject: [PATCH] =?UTF-8?q?ShopTime-4012=20Category=20Kids=20=EC=A7=84?= =?UTF-8?q?=EC=9E=85=EC=8B=9C=20=EC=95=B1=EC=9E=AC=EC=8B=9C=EC=9E=91?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/actions/mainActions.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/com.twin.app.shoptime/src/actions/mainActions.js b/com.twin.app.shoptime/src/actions/mainActions.js index 9885cc09..43f8d9b6 100644 --- a/com.twin.app.shoptime/src/actions/mainActions.js +++ b/com.twin.app.shoptime/src/actions/mainActions.js @@ -261,14 +261,10 @@ export const continueGetSubCategory = const totalCount = subCategoryData[key]?.total ?? 0; const startIndex = CATEGORY_DATA_MAX_RESULTS_LIMIT * (pageNo - 1); - if (totalCount <= startIndex) { - return; - } - if ( (startIndex <= 1 && !targetData) || targetData[startIndex] || - totalCount < startIndex + totalCount <= startIndex ) { //ignore query return;