mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -6,7 +6,7 @@ import { ProfilePageComponent as BaseComponent } from '../../../../app/profile-p
|
||||
// styleUrls: ['./profile-page.component.scss'],
|
||||
styleUrls: ['../../../../app/profile-page/profile-page.component.scss'],
|
||||
// templateUrl: './profile-page.component.html'
|
||||
templateUrl: '../../../../app/profile-page/profile-page.component.html'
|
||||
templateUrl: '../../../../app/profile-page/profile-page.component.html',
|
||||
})
|
||||
/**
|
||||
* Component for a user to edit their profile information
|
||||
|
Reference in New Issue
Block a user