Explorar o código

write todo lists

ryuichi-e %!s(int64=5) %!d(string=hai) anos
pai
achega
dc9bce638d
Modificáronse 1 ficheiros con 3 adicións e 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 };