Przeglądaj źródła

fix added first following

makstravm 2 lat temu
rodzic
commit
15b6c66930
2 zmienionych plików z 3 dodań i 8 usunięć
  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' />

Plik diff jest za duży
+ 2 - 7
src/redux/saga/index.js