diff options
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index c9f4d3a16..75ed84954 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -173,8 +173,8 @@ export const Post = observer(function Post({ <UserInfoText type="body2" did={replyAuthorDid} + attr="displayName" style={[pal.textLight]} - prefix="@" /> </Link> </View> |