]> Untitled Git - lemmy-ui.git/commitdiff
fix: Remove body preview
authorJay Sitter <jay@jaysitter.com>
Tue, 27 Jun 2023 00:37:28 +0000 (20:37 -0400)
committerJay Sitter <jay@jaysitter.com>
Tue, 27 Jun 2023 00:37:28 +0000 (20:37 -0400)
src/shared/components/post/post-listing.tsx

index d0d65bd7c66e56f1d1456302ea33ab812657005a..f80cb9701b38175f940a8dace4e91aa1cf181269 100644 (file)
@@ -1411,9 +1411,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
               {/* 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<PostListingProps, PostListingState> {
                 <div className="col-12 col-sm-9 col-lg-10">
                   {this.postTitleLine()}
                   {this.createdLine()}
-                  {this.showBodyPreview()}
                   {this.commentsLine()}
                   {this.duplicatesLine()}
                   {this.userActionsLine()}