From 4836da9d64e09fe9dbb5e7809c40bd8b281f06dc Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 17 Nov 2020 13:48:09 -0600 Subject: [PATCH] Fix post listing formatting. --- src/shared/components/post-listing.tsx | 29 +++++++++++++------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/shared/components/post-listing.tsx b/src/shared/components/post-listing.tsx index 6e5e867..b9485b7 100644 --- a/src/shared/components/post-listing.tsx +++ b/src/shared/components/post-listing.tsx @@ -562,20 +562,21 @@ export class PostListing extends Component { {this.state.upvotes} - {this.props.enableDownvotes && ( + {this.props.enableDownvotes && ( + )}