diff --git a/src/shared/components/person/person-listing.tsx b/src/shared/components/person/person-listing.tsx index fe8b8418..4d2f5cf4 100644 --- a/src/shared/components/person/person-listing.tsx +++ b/src/shared/components/person/person-listing.tsx @@ -48,7 +48,9 @@ export class PersonListing extends Component { {!this.props.realLink ? ( {this.avatarAndName(displayName)} @@ -56,7 +58,9 @@ export class PersonListing extends Component { ) : ( diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 56961e22..93a436f3 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -386,10 +386,10 @@ export class PostListing extends Component { )} {this.props.showCommunity && ( - - {i18n.t("to")} - - + <> + {" "} + {i18n.t("to")} + )} {post_view.post.language_id !== 0 && (