From 99e4551cf67d3e71b903f0d7d60133b6158facde Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 17 May 2020 18:39:15 -0400 Subject: Simplify cross-posts. Fixes #727 --- ui/src/components/post.tsx | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) (limited to 'ui/src/components/post.tsx') 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 (