diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index bfa58a739..2d09e90e5 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -463,27 +463,34 @@ export class PostListing extends Component { )} +
  • -
  • - - - - - {this.state.upvotes} - -
  • -
  • - - - - - {this.state.downvotes} - -
  • +
  • + {this.state.upvotes !== this.state.score && ( + <> +
  • + + + + + {this.state.upvotes} + +
  • +
  • + + + + + {this.state.downvotes} + +
  • +
  • + + )}