Temp remove showing post editing on front page, due to glitches.

This commit is contained in:
Dessalines 2020-01-15 16:13:46 -05:00
parent 0e34e9ea7e
commit 02344635db
1 changed files with 1 additions and 1 deletions

View File

@ -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