Remove all links from post meta to ensure taps are more consistent

This commit is contained in:
Paul Frazee 2023-01-18 13:10:08 -06:00
parent 6a01e0529b
commit 302acaccb6
4 changed files with 16 additions and 35 deletions

View file

@ -284,7 +284,6 @@ export const PostThreadItem = observer(function PostThreadItem({
</View>
<View style={styles.layoutContent}>
<PostMeta
authorHref={authorHref}
authorHandle={item.post.author.handle}
authorDisplayName={item.post.author.displayName}
timestamp={item.post.indexedAt}