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 d92ea6a9d..19017f30f 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -204,7 +204,7 @@ function PostInner({ ) : ( <Trans context="description"> Reply to{' '} - <ProfileHoverCard inline did={replyAuthorDid}> + <ProfileHoverCard did={replyAuthorDid}> <UserInfoText type="sm" did={replyAuthorDid} |