Parcourir la source

remove pageId

ryuichi-e il y a 5 ans
Parent
commit
8afc2c98d0
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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) {
-    const { appContainer, pageContainer } = this.props;
-    const { pageId } = pageContainer.state;
+    const { appContainer } = this.props;
 
     const userId = appContainer.currentUserId;
     /* TODO GW-3255 get config from customize settings */