From 2f0a7c5584ef3a5851490195398c1a72ec89cfcb Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 6 May 2019 09:26:21 -0700 Subject: Better columns --- ui/src/components/community.tsx | 5 +++-- ui/src/components/post.tsx | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx index 28841a2e..efa908f1 100644 --- a/ui/src/components/community.tsx +++ b/ui/src/components/community.tsx @@ -36,6 +36,7 @@ export class Community extends Component { number_of_comments: null, published: null, removed: null, + deleted: null, }, moderators: [], admins: [], @@ -98,7 +99,7 @@ export class Community extends Component { {this.state.loading ?
:
-
+
{this.state.community.title} {this.state.community.removed && removed @@ -108,7 +109,7 @@ export class Community extends Component { {this.paginator()}
-
+
{ {this.state.loading ?
:
-
+
{
{this.state.comments.length > 0 && this.newComments()}
-
+
{this.sidebar()}
@@ -148,7 +148,7 @@ export class Post extends Component { sidebar() { return ( -
+