Przeglądaj źródła

write todo lists

ryuichi-e 5 lat temu
rodzic
commit
dc9bce638d

+ 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 };