diff --git a/src/components/Article/FullArticle.tsx b/src/components/Article/FullArticle.tsx
index 8eefca00..5ea1a86d 100644
--- a/src/components/Article/FullArticle.tsx
+++ b/src/components/Article/FullArticle.tsx
@@ -354,9 +354,12 @@ export const FullArticle = (props: Props) => {
-
+
)}
diff --git a/src/components/Feed/ArticleCard/ArticleCard.tsx b/src/components/Feed/ArticleCard/ArticleCard.tsx
index 8cae936b..e340e895 100644
--- a/src/components/Feed/ArticleCard/ArticleCard.tsx
+++ b/src/components/Feed/ArticleCard/ArticleCard.tsx
@@ -230,9 +230,16 @@ export const ArticleCard = (props: ArticleCardProps) => {
name="comment-hover"
class={clsx(styles.icon, styles.iconHover, styles.feedControlIcon)}
/>
-
- {props.article.stat?.commented || t('Add comment')}
-
+
+ {t('Add comment')}
+
+ }
+ >
+ {props.article.stat?.commented}
+