]> Untitled Git - lemmy.git/commitdiff
Temp remove showing post editing on front page, due to glitches.
authorDessalines <tyhou13@gmx.com>
Wed, 15 Jan 2020 21:13:46 +0000 (16:13 -0500)
committerDessalines <tyhou13@gmx.com>
Wed, 15 Jan 2020 21:13:46 +0000 (16:13 -0500)
ui/src/components/post-listing.tsx

index 227ad87aa7a88f5930304a9c9dcda98d54d3d1a8..7e7a8852bc6995e60c3c29c0e47027588ffe0488 100644 (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