fix: Remove unused comment
This commit is contained in:
parent
077603b43e
commit
4f398d842e
1 changed files with 0 additions and 4 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue