카테고리>kids 아이템로드 오류 continueGetSubCagegory totalCount 가 20개일때 예외처리
This commit is contained in:
@@ -260,6 +260,11 @@ 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] ||
|
||||
|
||||
Reference in New Issue
Block a user