mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +00:00
Temp remove showing post editing on front page, due to glitches.
This commit is contained in:
parent
0e34e9ea7e
commit
02344635db
2
ui/src/components/post-listing.tsx
vendored
2
ui/src/components/post-listing.tsx
vendored
@ -338,7 +338,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||||||
</li>
|
</li>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{this.myPost && (
|
{this.myPost && this.props.showBody && (
|
||||||
<>
|
<>
|
||||||
<li className="list-inline-item">
|
<li className="list-inline-item">
|
||||||
<span
|
<span
|
||||||
|
Loading…
Reference in New Issue
Block a user