From 398eb13a7f14b1c802524335abcb3f893b1e7829 Mon Sep 17 00:00:00 2001 From: waterplea Date: Wed, 10 Jul 2024 16:01:57 +0500 Subject: [PATCH] chore: remove test --- .../routes/system/settings/routes/domains/table.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/projects/ui/src/app/routes/portal/routes/system/settings/routes/domains/table.component.ts b/web/projects/ui/src/app/routes/portal/routes/system/settings/routes/domains/table.component.ts index c3ad80b6a..c6a0a70d9 100644 --- a/web/projects/ui/src/app/routes/portal/routes/system/settings/routes/domains/table.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/system/settings/routes/domains/table.component.ts @@ -30,7 +30,7 @@ import { Domain } from 'src/app/services/patch-db/data-model' {{ domain.provider }} {{ getStrategy(domain) }} - @if (domain.usedBy.length + 1; as qty) { + @if (domain.usedBy.length; as qty) {