ryuichi-e 5 лет назад
Родитель
Сommit
dc9bce638d
1 измененных файлов с 3 добавлено и 0 удалено
  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 };