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