mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
#885 fix default tumbnail
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
</ng-container>
|
||||
<ng-container
|
||||
*ngIf="
|
||||
mediaList[0]?.format !== 'image' ||
|
||||
mediaList[0]?.format !== 'video' ||
|
||||
mediaList[0]?.format !== 'image' &&
|
||||
mediaList[0]?.format !== 'video' &&
|
||||
mediaList[0]?.format !== 'audio'
|
||||
"
|
||||
>
|
||||
|
Reference in New Issue
Block a user