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 && ( <>