From 1fce49ceefa685ac00d469a597748123df98f128 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 21 Apr 2019 17:38:35 -0700 Subject: [PATCH] Style fix --- ui/src/components/post.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx index 586bda75..a01bdcc8 100644 --- a/ui/src/components/post.tsx +++ b/ui/src/components/post.tsx @@ -80,7 +80,7 @@ export class Post extends Component { {this.state.loading ?
:
-
+
{
{this.state.comments.length > 0 && this.newComments()}
-
+
{this.sidebar()}