Browse Source

fix added first following

makstravm 2 years ago
parent
commit
15b6c66930
2 changed files with 3 additions and 8 deletions
  1. 1 1
      src/pages/CollectionPage.jsx
  2. 2 7
      src/redux/saga/index.js

+ 1 - 1
src/pages/CollectionPage.jsx

@@ -15,7 +15,7 @@ export const CollectionPage = ({ posts, onLoadPosts, postsRemove }) => {
             postsRemove()
         }
     }, [])
-    console.log(posts);
+
     return (
         <Container>
             <CPreloader promiseName='onLoadMyCollections' />

File diff suppressed because it is too large
+ 2 - 7
src/redux/saga/index.js