diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 88153368..75a431df 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),