mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -21,7 +21,7 @@ import { WorkspaceitemSectionIdentifiersObject } from '../../../core/submission/
|
||||
@Component({
|
||||
selector: 'ds-submission-section-identifiers',
|
||||
templateUrl: './section-identifiers.component.html',
|
||||
changeDetection: ChangeDetectionStrategy.Default
|
||||
changeDetection: ChangeDetectionStrategy.Default,
|
||||
})
|
||||
|
||||
@renderSectionFor(SectionsType.Identifiers)
|
||||
|
Reference in New Issue
Block a user