mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 16:03:02 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -16,7 +16,7 @@ import { SubmissionSectionError } from '../objects/submission-section-error.mode
|
||||
*/
|
||||
@Directive({
|
||||
selector: '[dsSection]',
|
||||
exportAs: 'sectionRef'
|
||||
exportAs: 'sectionRef',
|
||||
})
|
||||
export class SectionsDirective implements OnDestroy, OnInit {
|
||||
|
||||
@@ -140,7 +140,7 @@ export class SectionsDirective implements OnDestroy, OnInit {
|
||||
this.submissionService.dispatchSave(this.submissionId);
|
||||
}
|
||||
}
|
||||
})
|
||||
}),
|
||||
);
|
||||
|
||||
this.enabled = this.sectionService.isSectionEnabled(this.submissionId, this.sectionId);
|
||||
|
Reference in New Issue
Block a user