zahmis hace 5 años
padre
commit
4dacd677e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;