fix: Remove unused comment

This commit is contained in:
Jay Sitter 2023-06-25 22:01:24 -04:00
parent 077603b43e
commit 4f398d842e

View file

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