From: Dessalines Date: Wed, 15 Jan 2020 21:13:46 +0000 (-0500) Subject: Temp remove showing post editing on front page, due to glitches. X-Git-Url: http://these/git/?a=commitdiff_plain;h=02344635dbbbb61eb300558295f6de9921b545e2;p=lemmy.git Temp remove showing post editing on front page, due to glitches. --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 227ad87a..7e7a8852 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -338,7 +338,7 @@ export class PostListing extends Component { )} - {this.myPost && ( + {this.myPost && this.props.showBody && ( <>