summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-15 16:13:46 -0500
committerDessalines <tyhou13@gmx.com>2020-01-15 16:13:46 -0500
commit02344635dbbbb61eb300558295f6de9921b545e2 (patch)
tree88fc8a72dc9f30aa08460ae53ddabc61afd2a506 /ui/src/components/post-listing.tsx
parent0e34e9ea7e98786a91b34113c1bfdeb8fcb1f069 (diff)
Temp remove showing post editing on front page, due to glitches.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-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