From ed146a582c140b9a472298390dafbc07bd06cf60 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 21 Nov 2022 16:07:26 -0600 Subject: Add web linking and proper share controls --- src/view/com/post-thread/PostThreadItem.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/view/com/post-thread/PostThreadItem.tsx') 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() -- cgit 1.4.1