From: Jay Sitter Date: Tue, 27 Jun 2023 00:37:28 +0000 (-0400) Subject: fix: Remove body preview X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=5da6f2722758d23ced683a3052c2e9cdd117e9e3;p=lemmy-ui.git fix: Remove body preview --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index d0d65bd..f80cb97 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1411,9 +1411,6 @@ export class PostListing extends Component { {/* If it has a thumbnail, do a right aligned thumbnail */} {this.mobileThumbnail()} - {/* Show a preview of the post body */} - {this.showBodyPreview()} - {this.commentsLine(true)} {this.userActionsLine()} {this.duplicatesLine()} @@ -1445,7 +1442,6 @@ export class PostListing extends Component {
{this.postTitleLine()} {this.createdLine()} - {this.showBodyPreview()} {this.commentsLine()} {this.duplicatesLine()} {this.userActionsLine()}