Fix build
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
				
			This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<div *ngIf="item;let item">
 | 
			
		||||
  <div class="card border-0">
 | 
			
		||||
    <img *ngIf="item.thumbnail" class="card-img-top" [src]="config.getConfig('apiEndPoint') +'/api/v1/items/'+item.code+'/thumbnail?v=' + Date.parse(item.updated)" />
 | 
			
		||||
    <img *ngIf="item.thumbnail" class="card-img-top" [src]="getThumbnailUrl(item)" />
 | 
			
		||||
    <div *ngIf="!item.thumbnail" class="big-icon" [style.background-color]="itemTypeService.getColor(item.itemType)">
 | 
			
		||||
      <i [ngClass]="itemTypeService.getIcon(item.itemType)"></i>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user