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;