Przeglądaj źródła

fix bug for pagination in DescendantPageList

yohei0125 3 lat temu
rodzic
commit
36bb1c2918

+ 1 - 1
packages/app/src/components/DescendantsPageList.tsx

@@ -103,7 +103,7 @@ export const DescendantsPageListSubstance = (props: SubstanceProps): JSX.Element
     );
   }
 
-  const showPager = pagingResult.items.length > pagingResult.limit;
+  const showPager = pagingResult.totalCount > pagingResult.limit;
 
   return (
     <>