]> Untitled Git - lemmy-ui.git/commitdiff
fix: Remove unused comment
authorJay Sitter <jay@jaysitter.com>
Mon, 26 Jun 2023 02:01:24 +0000 (22:01 -0400)
committerJay Sitter <jay@jaysitter.com>
Mon, 26 Jun 2023 02:01:24 +0000 (22:01 -0400)
src/shared/components/post/post-listing.tsx

index 88153368a395e763beb11f4065519f54433d7d40..75a431df65afc79dd944083816b32214404f2427 100644 (file)
@@ -1755,10 +1755,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
     setupTippy();
   }
 
-  // handleShowPreview(i: PostListing) {
-  //   return null;
-  // }
-
   get pointsTippy(): string {
     const points = I18NextService.i18n.t("number_of_points", {
       count: Number(this.postView.counts.score),