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

pull/722/head
Dessalines 5 years ago
parent 0e34e9ea7e
commit 02344635db

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

Loading…
Cancel
Save