ryuichi-e 5 лет назад
Родитель
Сommit
8afc2c98d0
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/client/js/components/MyBookmarkList/MyBookmarkList.jsx

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

@@ -38,8 +38,7 @@ class MyBookmarkList extends React.Component {
   }
   }
 
 
   async getMyBookmarkList(selectPageNumber) {
   async getMyBookmarkList(selectPageNumber) {
-    const { appContainer, pageContainer } = this.props;
-    const { pageId } = pageContainer.state;
+    const { appContainer } = this.props;
 
 
     const userId = appContainer.currentUserId;
     const userId = appContainer.currentUserId;
     /* TODO GW-3255 get config from customize settings */
     /* TODO GW-3255 get config from customize settings */