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} +