From 3ae5f2886b5832e1653f5a6a9529c0ac2fc47208 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 19 Dec 2022 18:51:13 -0600 Subject: Enable image-only posts --- src/view/com/post-thread/PostThreadItem.tsx | 39 ++++++++++++++++++----------- 1 file changed, 24 insertions(+), 15 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 45fd86116..ec44a380a 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -159,14 +159,19 @@ export const PostThreadItem = observer(function PostThreadItem({ - - - + {record.text ? ( + + + + ) : undefined} {item._isHighlightedPost && hasEngagement ? ( @@ -271,13 +276,17 @@ export const PostThreadItem = observer(function PostThreadItem({ onCopyPostText={onCopyPostText} onDeletePost={onDeletePost} /> - - - + {record.text ? ( + + + + ) : ( + + )}