Explorar el Código

remove pageId

ryuichi-e hace 5 años
padre
commit
8afc2c98d0
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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 */