mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
Several fixes after merge with main
This commit is contained in:
@@ -24,10 +24,11 @@ export class CommunityGridElementComponent extends AbstractListableElementCompon
|
||||
super();
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
@Input() set object(object: Community) {
|
||||
this._object = object;
|
||||
if (hasValue(this._object) && hasNoValue(this._object.logo)) {
|
||||
this.linkService.resolveLink<Community>(this._object, followLink('logo'))
|
||||
this.linkService.resolveLink<Community>(this._object, followLink('logo'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user