revert react changes

This commit is contained in:
Aria Moradi
2021-01-29 14:25:18 +03:30
parent 9caae5f1e5
commit 99316f4bd5
4 changed files with 5 additions and 42 deletions

View File

@@ -37,7 +37,6 @@ export default function MangaList(props: { popular: boolean }) {
return (
<MangaGrid
mangas={mangas}
setMangas={setMangas}
hasNextPage={hasNextPage}
lastPageNum={lastPageNum}
setLastPageNum={setLastPageNum}

View File

@@ -73,7 +73,6 @@ export default function SearchSingle() {
const mangaGrid = (
<MangaGrid
setMangas={setMangas}
mangas={mangas}
message={message}
hasNextPage={hasNextPage}