mirror of https://github.com/LemmyNet/lemmy.git
Temp remove showing post editing on front page, due to glitches.
parent
b0246a784b
commit
efdc98dfa0
|
@ -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…
Reference in New Issue