diff --git a/src/components/Views/ArticlePage.tsx b/src/components/Views/ArticlePage.tsx index a0736713..2e8ac84e 100644 --- a/src/components/Views/ArticlePage.tsx +++ b/src/components/Views/ArticlePage.tsx @@ -29,8 +29,8 @@ export const ArticlePage = (props: ArticlePageProps) => { setIsCommentsLoading(true) await loadArticleReactions({ articleSlug: props.slug, - page: getCommentsPage(), - size: ARTICLE_COMMENTS_PAGE_SIZE + limit: ARTICLE_COMMENTS_PAGE_SIZE, + offset: getCommentsPage() * ARTICLE_COMMENTS_PAGE_SIZE }) } finally { setIsCommentsLoading(false)