mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -126,7 +126,7 @@ export class SubmissionFormComponent implements OnChanges, OnDestroy {
|
||||
if (!isLoading) {
|
||||
return this.getSectionsList();
|
||||
} else {
|
||||
return observableOf([])
|
||||
return observableOf([]);
|
||||
}
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user