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>2022-11-21 16:07:26 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-21 16:07:26 -0600
commited146a582c140b9a472298390dafbc07bd06cf60 (patch)
treebd540e4a84244fdbdbdf5fde412fc4a179b6dae5 /src/view/com/post-thread/PostThreadItem.tsx
parent39058cd36a9839df0e0c7e30ba486a09e30f169c (diff)
downloadvoidsky-ed146a582c140b9a472298390dafbc07bd06cf60.tar.zst
Add web linking and proper share controls
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r--src/view/com/post-thread/PostThreadItem.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx
index 0c4565c51..665c87b46 100644
--- a/src/view/com/post-thread/PostThreadItem.tsx
+++ b/src/view/com/post-thread/PostThreadItem.tsx
@@ -21,11 +21,9 @@ const PARENT_REPLY_LINE_LENGTH = 8
 
 export const PostThreadItem = observer(function PostThreadItem({
   item,
-  onPressShare,
   onPostReply,
 }: {
   item: PostThreadViewPostModel
-  onPressShare: (_uri: string) => void
   onPostReply: () => void
 }) {
   const store = useStores()