diff --git a/lemmy-translations b/lemmy-translations index 5d45389e..21b8e8d9 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 5d45389ef4a12489e80b44af4443b29ca6161293 +Subproject commit 21b8e8d9d380bef6c39b6b06fc9563d3fedf2ab6 diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index 1952b276..503f7377 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -509,11 +509,11 @@ export class CommentNode extends Component { > - { + {!cv.comment.local && ( - } + )} ); } diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 84d3e048..d497d9c1 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -570,7 +570,7 @@ export class PostListing extends Component { )} - {local && ( + {!local && (