aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/article
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/article')
-rw-r--r--src/pages/article/[slug].tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/article/[slug].tsx b/src/pages/article/[slug].tsx
index e906d12..889af43 100644
--- a/src/pages/article/[slug].tsx
+++ b/src/pages/article/[slug].tsx
@@ -72,9 +72,7 @@ const SingleArticle: NextPageWithLayout<ArticleProps> = ({ post }) => {
<Sharing title={title} excerpt={intro} />
</aside>
<section className={styles.comments}>
- <h2>{t`Comments`}</h2>
<CommentsList comments={comments} />
- <h2>{t`Leave a comment`}</h2>
<CommentForm articleId={post.databaseId} />
</section>
</article>