Explorar el Código

write todo lists

ryuichi-e hace 5 años
padre
commit
dc9bce638d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/client/js/components/MyBookmarkList/MyBookmarkList.jsx

+ 3 - 0
src/client/js/components/MyBookmarkList/MyBookmarkList.jsx

@@ -41,6 +41,9 @@ class MyBookmarkList extends React.Component {
     const { appContainer } = this.props;
 
     const userId = appContainer.currentUserId;
+    /* TODO #1 change variable name in models/config.js */
+    /* TODO #2 change variable name in database keys */
+    /* TODO #3 write migration */
     const limit = appContainer.getConfig().recentCreatedLimit;
     const page = selectPageNumber;
     const params = { page, limit };