aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/comment
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-21 18:13:41 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-21 18:13:41 +0200
commit578e3408089747fa1cedf59409baf96f27053d21 (patch)
treedf4baff2e9a0af952f1c2c06ce476488966fcb19 /src/app/components/comment
parent9a5b8b3d2d036dc9883ce434cb66d7453afa01ab (diff)
downloadDevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.tar
DevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.tar.gz
DevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.zip
Removed comment page component
Diffstat (limited to 'src/app/components/comment')
-rw-r--r--src/app/components/comment/comment.component.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/components/comment/comment.component.ts b/src/app/components/comment/comment.component.ts
index 7da896d..693fd43 100644
--- a/src/app/components/comment/comment.component.ts
+++ b/src/app/components/comment/comment.component.ts
@@ -47,8 +47,4 @@ export class CommentComponent implements OnInit {
goToAuthorProfile(): void {
this._router.navigate(['/profile/' + this.comment.issuerUsername]);
}
-
- goToCommentPage(): void {
- this._router.navigate(['/comment/' + this.comment.commentId]);
- }
}