diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 15e74168..b4c86eee 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 {