mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): remove always on delay badge (#5574)
This commit is contained in:
parent
f206cb9403
commit
a426ea8fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue