diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 17c7e056..03546783 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -340,7 +340,6 @@ export class PostListing extends Component { className="text-body" to={`/post/${post.id}`} title={I18NextService.i18n.t("comments")} - target={this.linkTarget} >
@@ -636,7 +635,6 @@ export class PostListing extends Component { title={title} to={`/post/${pv.post.id}?scrollToComments=true`} data-tippy-content={title} - target={this.linkTarget} > {pv.counts.comments}