From: Jay Sitter Date: Thu, 22 Jun 2023 21:32:24 +0000 (-0400) Subject: fix: Undo some other extraneous changes X-Git-Url: http://these/git/?a=commitdiff_plain;h=1ea33e8c7e9acaffa97dd25c6a172ce441f01d91;p=lemmy-ui.git fix: Undo some other extraneous changes --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 15e7416..b4c86ee 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -656,6 +656,7 @@ export class PostListing extends Component { return ( <> {this.saveButton} + {this.crossPostButton} {/** * If there is a URL, or if the post has a body and we were told not to @@ -680,11 +681,6 @@ export class PostListing extends Component {
    -
  • {this.crossPostButton}
  • -
  • -
    -
  • - {!this.myPost ? ( <>
  • {this.reportButton}
  • @@ -779,7 +775,7 @@ export class PostListing extends Component { get crossPostButton() { return (