From: Jay Sitter Date: Mon, 26 Jun 2023 02:01:24 +0000 (-0400) Subject: fix: Remove unused comment X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=4f398d842e56a2ebcbe450e41f50828576974a61;p=lemmy-ui.git fix: Remove unused comment --- diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 8815336..75a431d 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1755,10 +1755,6 @@ export class PostListing extends Component { setupTippy(); } - // handleShowPreview(i: PostListing) { - // return null; - // } - get pointsTippy(): string { const points = I18NextService.i18n.t("number_of_points", { count: Number(this.postView.counts.score),