diff --git a/src/shared/components/post-listing.tsx b/src/shared/components/post-listing.tsx index 6e5e867f..b9485b79 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 && ( + )}