From d5c78b9183ac78620f59538fed61c8130ae1c47a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 21 Aug 2024 22:16:03 -0500 Subject: Prep threadgate shadow hack (#4970) Co-authored-by: Hailey --- src/view/com/post-thread/PostThreadItem.tsx | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 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 da187f5d9..f2cd8e85a 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -399,22 +399,6 @@ let PostThreadItemLoaded = ({ ) : null} - {post.likeCount != null && post.likeCount !== 0 ? ( - - - - {formatCount(post.likeCount)} - {' '} - - - - ) : null} {post.quoteCount != null && post.quoteCount !== 0 ? ( ) : null} + {post.likeCount != null && post.likeCount !== 0 ? ( + + + + {formatCount(post.likeCount)} + {' '} + + + + ) : null} ) : null} -- cgit 1.4.1