From: Dessalines Date: Sun, 17 May 2020 22:39:15 +0000 (-0400) Subject: Simplify cross-posts. Fixes #727 X-Git-Url: http://these/git/?a=commitdiff_plain;h=99e4551cf67d3e71b903f0d7d60133b6158facde;p=lemmy.git Simplify cross-posts. Fixes #727 --- diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx index de0f0e32..bf3694ba 100644 --- a/ui/src/components/post.tsx +++ b/ui/src/components/post.tsx @@ -40,7 +40,6 @@ import { setupTippy, } from '../utils'; import { PostListing } from './post-listing'; -import { PostListings } from './post-listings'; import { Sidebar } from './sidebar'; import { CommentForm } from './comment-form'; import { CommentNodes } from './comment-nodes'; @@ -183,14 +182,6 @@ export class Post extends Component { moderators={this.state.moderators} admins={this.state.admins} /> - {this.state.crossPosts.length > 0 && ( - <> -
- {i18n.t('cross_posts')} -
- - - )}
{ return (