mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
Fixed lint errors and add lint fix script
This commit is contained in:
@@ -42,7 +42,7 @@ export class ThumbnailComponent implements OnInit {
|
||||
if (hasValue(this.thumbnail) && hasValue(this.thumbnail._links) && hasValue(this.thumbnail._links.content) && this.thumbnail._links.content.href) {
|
||||
this.src = this.thumbnail._links.content.href;
|
||||
} else {
|
||||
this.src = this.defaultImage
|
||||
this.src = this.defaultImage;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user