diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx
index 27fcaf0fa8..643f926f1b 100644
--- a/src/screens/PostThread/components/ThreadItemAnchor.tsx
+++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx
@@ -452,14 +452,16 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
-
- {formatPostStatCount(post.repostCount)}
- {' '}
-
+
+
+ {formatPostStatCount(post.repostCount)}
+ {' '}
+
+
) : null}
@@ -470,14 +472,16 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
-
- {formatPostStatCount(post.quoteCount)}
- {' '}
-
+
+
+ {formatPostStatCount(post.quoteCount)}
+ {' '}
+
+
) : null}
@@ -486,10 +490,12 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
-
- {formatPostStatCount(post.likeCount)}
- {' '}
-
+
+
+ {formatPostStatCount(post.likeCount)}
+ {' '}
+
+
) : null}
@@ -497,10 +503,16 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
-
- {formatPostStatCount(post.bookmarkCount)}
- {' '}
-
+
+
+ {formatPostStatCount(post.bookmarkCount)}
+ {' '}
+
+
) : null}