diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index 2cb556023..ce4bb5108 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -112,7 +112,7 @@ export class CommentNode extends Component { {this.state.showEdit && } {!this.state.showEdit && !this.state.collapsed &&
- {this.state.viewSource ?
{this.commentUnlessRemoved}
: + {this.state.viewSource ?
{this.commentUnlessRemoved}
:
}
    diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 9db7cf4b6..4468d188e 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -309,7 +309,7 @@ export class PostListing extends Component { } {this.props.showBody && post.body && <> - {this.state.viewSource ?
    {post.body}
    : + {this.state.viewSource ?
    {post.body}
    :
    }