diff options
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 23ec44c6b..97bec92ea 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -97,6 +97,7 @@ export const Post = observer(function Post({ author: { handle: item.author.handle, displayName: item.author.displayName, + avatar: item.author.avatar, }, }, }) @@ -137,6 +138,7 @@ export const Post = observer(function Post({ size={50} displayName={item.author.displayName} handle={item.author.handle} + avatar={item.author.avatar} /> </Link> </View> |