Explorar el Código

add comment mybookmarklist.jsx

zahmis hace 5 años
padre
commit
91042c6b82
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/client/js/components/MyBookmarkList/MyBookmarkList.jsx

+ 2 - 0
src/client/js/components/MyBookmarkList/MyBookmarkList.jsx

@@ -42,6 +42,8 @@ class MyBookmarkList extends React.Component {
     const userId = appContainer.currentUserId;
     const page = selectPageNumber;
 
+    // TODO implement temporarily paging number only this component (this paging size is pageLimitationL).
+
     try {
       const { data } = await this.props.appContainer.apiv3.get(`/bookmarks/${userId}`, { page });
       if (data.paginationResult == null) {