summaryrefslogtreecommitdiffstats
path: root/ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src')
-rw-r--r--ui/src/components/post-listing.tsx2
1 files changed, 1 insertions, 1 deletions
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<PostListingProps, PostListingState> {
</li>
</>
)}
- {this.myPost && (
+ {this.myPost && this.props.showBody && (
<>
<li className="list-inline-item">
<span