zahmis il y a 5 ans
Parent
commit
4dacd677e8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/client/js/components/MyBookmarkList/MyBookmarkList.jsx

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

@@ -39,7 +39,7 @@ class MyBookmarkList extends React.Component {
   }
 
   async getMyBookmarkList(selectPageNumber) {
-    const { appContainer } = this.state;
+    const { appContainer } = this.props;
     const userId = appContainer.currentUserId;
     const limit = this.state.pagingLimit;
     const page = selectPageNumber;