Parcourir la source

fix added first following

makstravm il y a 3 ans
Parent
commit
15b6c66930
2 fichiers modifiés avec 3 ajouts et 8 suppressions
  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' />

Fichier diff supprimé car celui-ci est trop grand
+ 2 - 7
src/redux/saga/index.js