From 3914025227f7b63039928f771f351c3e9bb48581 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 25 Jul 2024 13:26:37 -0700 Subject: [PATCH] `true` (#4833) --- src/view/com/post/Post.tsx | 62 ++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index cb0db39de2..ade0e7f10f 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -209,40 +209,38 @@ function PostInner({ )} - {false && ( - + - - {richText.text ? ( - - - - ) : undefined} - {limitLines ? ( - + {richText.text ? ( + + - ) : undefined} - {post.embed ? ( - - ) : null} - - )} + + ) : undefined} + {limitLines ? ( + + ) : undefined} + {post.embed ? ( + + ) : null} +