diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 18:13:41 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 18:13:41 +0200 |
| commit | 578e3408089747fa1cedf59409baf96f27053d21 (patch) | |
| tree | df4baff2e9a0af952f1c2c06ce476488966fcb19 /src/app/components/comment/comment.component.ts | |
| parent | 9a5b8b3d2d036dc9883ce434cb66d7453afa01ab (diff) | |
| download | DevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.tar DevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.tar.gz DevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.zip | |
Removed comment page component
Diffstat (limited to 'src/app/components/comment/comment.component.ts')
| -rw-r--r-- | src/app/components/comment/comment.component.ts | 4 |
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]); - } } |
