about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadItem.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-18 13:10:08 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-18 13:10:08 -0600
commit302acaccb63202a5daf6166a0c046920afa0c759 (patch)
treef4458f6c6cdaf72b2df66bcfa2223b2758874c17 /src/view/com/post-thread/PostThreadItem.tsx
parent6a01e0529b0848ac41eab27c9ca0c07c2482dc22 (diff)
downloadvoidsky-302acaccb63202a5daf6166a0c046920afa0c759.tar.zst
Remove all links from post meta to ensure taps are more consistent
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r--src/view/com/post-thread/PostThreadItem.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx
index 2456da5a4..cbd6f86b8 100644
--- a/src/view/com/post-thread/PostThreadItem.tsx
+++ b/src/view/com/post-thread/PostThreadItem.tsx
@@ -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}