Skip to content
Snippets Groups Projects
Commit 4d5d93c6 authored by Hagen Dreßler's avatar Hagen Dreßler
Browse files

Fix app-routing

parent c8cdecdf
1 merge request!66Resolve "Fix - AppRouting"
......@@ -45,7 +45,7 @@ export class CreateCommentComponent implements OnInit {
subject: subject,
body: body,
creationTimestamp: new Date(Date.now())
} as Comment).subscribe(room => {
} as Comment).subscribe(() => {
this.router.navigate([`/participant/room/${this.room.id}`]);
this.notification.show(`Comment '${subject}' successfully created.`);
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment