Explorar o código

fix pagingLimit in RecentCreated

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
931eff0931
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/js/components/RecentCreated/RecentCreated.jsx

+ 1 - 1
src/client/js/components/RecentCreated/RecentCreated.jsx

@@ -17,7 +17,7 @@ class RecentCreated extends React.Component {
       pages: [],
       activePage: 1,
       totalPages: 0,
-      pagingLimit: Infinity,
+      pagingLimit: 30,
     };
 
     this.handlePage = this.handlePage.bind(this);