Comment out old containers temporarily

This commit is contained in:
Jackson Harper
2024-08-17 14:23:37 +08:00
parent 095e75f7bd
commit 35c7954809
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ export function HighlightsContainer(): JSX.Element {
setSize(size + 1)
}, [isLoading, hasMore, setSize, size])
useFetchMore(handleFetchMore)
// useFetchMore(handleFetchMore)
const highlights = useMemo(() => {
if (!data) {

View File

@ -89,7 +89,7 @@ export function DiscoverContainer(): JSX.Element {
}
setPage(page + 1)
}, [page, isLoading])
useFetchMore(handleFetchMore)
// useFetchMore(handleFetchMore)
const handleSaveDiscover = async (
discoverArticleId: string,