Browse Source

add comment mybookmarklist.jsx

zahmis 5 years ago
parent
commit
91042c6b82
1 changed files with 2 additions and 0 deletions
  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) {