Comment out old containers temporarily
This commit is contained in:
@ -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) {
|
||||
|
||||
@ -89,7 +89,7 @@ export function DiscoverContainer(): JSX.Element {
|
||||
}
|
||||
setPage(page + 1)
|
||||
}, [page, isLoading])
|
||||
useFetchMore(handleFetchMore)
|
||||
// useFetchMore(handleFetchMore)
|
||||
|
||||
const handleSaveDiscover = async (
|
||||
discoverArticleId: string,
|
||||
|
||||
Reference in New Issue
Block a user