diff --git a/src/app/post/components/post-card/post-card.component.ts b/src/app/post/components/post-card/post-card.component.ts index 317e19c03f502998ce0f71ebfc4ae5bde3ac5b56..2233a51ae4c13a41f788019ada9dae129651354b 100644 --- a/src/app/post/components/post-card/post-card.component.ts +++ b/src/app/post/components/post-card/post-card.component.ts @@ -13,12 +13,7 @@ export class PostCardComponent implements OnInit { test: string; constructor() {} - ngOnInit(): void { - /*ùif (this.post) { - console.log(this.post); - this.test = this.post.html.replace(/<[^>]*>/g, ''); - }*/ - } + ngOnInit(): void {} getIconOfTag(tag: string): string { switch (tag) {