diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx
index 907fb9a7be..05088cb483 100644
--- a/src/screens/PostThread/components/ThreadItemAnchor.tsx
+++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx
@@ -319,57 +319,59 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
live={live}
onBeforePress={onOpenAuthor}
/>
-
-
-
-
-
- {sanitizeDisplayName(
+
+
+
+
+
-
+ onPress={onOpenAuthor}>
+
+ {sanitizeDisplayName(
+ post.author.displayName ||
+ sanitizeHandle(post.author.handle),
+ moderation.ui('displayName'),
+ )}
+
+
-
-
+
+
+
+
+
+
+
+ {sanitizeHandle(post.author.handle, '@')}
+
+
-
-
-
- {sanitizeHandle(post.author.handle, '@')}
-
-
-
-
-
+
+
{showFollowButton && (