فهرست منبع

add comment mybookmarklist.jsx

zahmis 5 سال پیش
والد
کامیت
91042c6b82
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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 userId = appContainer.currentUserId;
     const page = selectPageNumber;
     const page = selectPageNumber;
 
 
+    // TODO implement temporarily paging number only this component (this paging size is pageLimitationL).
+
     try {
     try {
       const { data } = await this.props.appContainer.apiv3.get(`/bookmarks/${userId}`, { page });
       const { data } = await this.props.appContainer.apiv3.get(`/bookmarks/${userId}`, { page });
       if (data.paginationResult == null) {
       if (data.paginationResult == null) {