From 4f427d0e613db94b2e5064fd68467531d1b77bbc Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 29 Aug 2019 16:46:09 -0700 Subject: Remove dividing lines again. --- ui/src/components/post-listings.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/src/components/post-listings.tsx b/ui/src/components/post-listings.tsx index 5dd62739..2bbbea81 100644 --- a/ui/src/components/post-listings.tsx +++ b/ui/src/components/post-listings.tsx @@ -21,7 +21,8 @@ export class PostListings extends Component { {this.props.posts.length > 0 ? this.props.posts.map(post => <> -
+
+
) : <> -- cgit v1.2.3