fix(web): remove always on delay badge (#5574)

This commit is contained in:
Alex 2023-12-08 18:19:42 -06:00 committed by GitHub
parent f206cb9403
commit a426ea8fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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