diff --git a/src/app/features/tasks/tasks.component.ts b/src/app/features/tasks/tasks.component.ts index dde51581..5552e53b 100644 --- a/src/app/features/tasks/tasks.component.ts +++ b/src/app/features/tasks/tasks.component.ts @@ -36,7 +36,7 @@ export class TasksComponent implements OnInit { private readonly taskService: TaskService, private readonly dialog: MatDialog, private readonly cd: ChangeDetectorRef, - private readonly notificationService: NotificationService, + private readonly notificationService: NotificationService ) {} ngOnInit(): void {