mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-21 05:17:08 +00:00
(linting) Migrated over to the ESLint
This commit is contained in:
@@ -318,7 +318,7 @@ export class TasksDetailsComponent implements OnInit, AfterViewInit, OnDestroy
|
||||
|
||||
// If there is a tag...
|
||||
const tag = this.filteredTags[0];
|
||||
const isTagApplied = this.task.tags.find((id) => id === tag.id);
|
||||
const isTagApplied = this.task.tags.find(id => id === tag.id);
|
||||
|
||||
// If the found tag is already applied to the task...
|
||||
if ( isTagApplied )
|
||||
|
||||
Reference in New Issue
Block a user