mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	fix(web): remove always on delay badge (#5574)
This commit is contained in:
		
							parent
							
								
									f206cb9403
								
							
						
					
					
						commit
						a426ea8fbc
					
				@ -68,7 +68,7 @@
 | 
				
			|||||||
              </Button>
 | 
					              </Button>
 | 
				
			||||||
            </Badge>
 | 
					            </Badge>
 | 
				
			||||||
          {/if}
 | 
					          {/if}
 | 
				
			||||||
          {#if jobCounts.delayed > 0 || true}
 | 
					          {#if jobCounts.delayed > 0}
 | 
				
			||||||
            <Badge color="secondary">
 | 
					            <Badge color="secondary">
 | 
				
			||||||
              <span class="text-sm">
 | 
					              <span class="text-sm">
 | 
				
			||||||
                {jobCounts.delayed.toLocaleString($locale)} delayed
 | 
					                {jobCounts.delayed.toLocaleString($locale)} delayed
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user