diff --git a/src/components/Views/Article.tsx b/src/components/Views/Article.tsx index 84c24f41..d8679c69 100644 --- a/src/components/Views/Article.tsx +++ b/src/components/Views/Article.tsx @@ -22,7 +22,7 @@ export const ArticleView = (props: ArticlePageProps) => { try { setIsCommentsLoading(true) await loadReactionsBy({ - by: { shout: props.article.slug }, + by: { shout: props.article.slug, comment: true }, limit: ARTICLE_COMMENTS_PAGE_SIZE, offset: getCommentsPage() * ARTICLE_COMMENTS_PAGE_SIZE })