diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-08 13:45:23 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-08 13:45:23 -0600 |
commit | 539bf5d35069a654fb31b1ff636358fe28793c06 (patch) | |
tree | 89672e39e506ff3898aa1e4b9a306b6b31d89b47 /src/view/com/post-thread/PostRepostedBy.tsx | |
parent | 273e6d29734153e86a4b42b7e81d05fe5627f649 (diff) | |
download | voidsky-539bf5d35069a654fb31b1ff636358fe28793c06.tar.zst |
Add avatar images and fix some type signatures
Diffstat (limited to 'src/view/com/post-thread/PostRepostedBy.tsx')
-rw-r--r-- | src/view/com/post-thread/PostRepostedBy.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/post-thread/PostRepostedBy.tsx b/src/view/com/post-thread/PostRepostedBy.tsx index ca5cc476a..1f238f5b3 100644 --- a/src/view/com/post-thread/PostRepostedBy.tsx +++ b/src/view/com/post-thread/PostRepostedBy.tsx @@ -93,6 +93,7 @@ const RepostedByItem = ({item}: {item: RepostedByViewItemModel}) => { size={40} displayName={item.displayName} handle={item.handle} + avatar={item.avatar} /> </View> <View style={styles.layoutContent}> |