diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index aa7dfbe3..a201ddd6 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -61,11 +61,11 @@ export class CommentNode extends Component {
- +
{node.comment.score}
- +
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 0fec5ceb..6727dd09 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -59,11 +59,11 @@ export class PostListing extends Component {
- +
{post.score}
- +
{post.url && isImage(post.url) && @@ -94,10 +94,10 @@ export class PostListing extends Component { { post.url && isImage(post.url) && <> { !this.state.imageExpanded - ? + + ? [+] : - - + [-]