From 02344635dbbbb61eb300558295f6de9921b545e2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 15 Jan 2020 16:13:46 -0500 Subject: Temp remove showing post editing on front page, due to glitches. --- ui/src/components/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/components/post-listing.tsx') 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 && ( <>