diff --git a/components/Blocks/BlueskyPostBlock/index.tsx b/components/Blocks/BlueskyPostBlock/index.tsx index 4b60de85..baeb04e9 100644 --- a/components/Blocks/BlueskyPostBlock/index.tsx +++ b/components/Blocks/BlueskyPostBlock/index.tsx @@ -103,11 +103,15 @@ export const BlueskyPostBlock = (props: BlockProps & { preview?: boolean }) => { {post.post.author && record && ( <>
- {`${post.post.author?.displayName}'s + {post.post.author?.avatar ? ( + {`${post.post.author?.displayName}'s + ) : ( +
+ )}
{post.post.author?.displayName}