zahmis 5 年之前
父節點
當前提交
4dacd677e8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;