From cd554f77f318f97a9cac93eff2fee86897b8ab5d Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 9 May 2025 11:06:53 -0600 Subject: [PATCH] unbang the test bang --- .../portal/routes/services/dashboard/dashboard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/projects/ui/src/app/routes/portal/routes/services/dashboard/dashboard.component.ts b/web/projects/ui/src/app/routes/portal/routes/services/dashboard/dashboard.component.ts index a2057c775..627488186 100644 --- a/web/projects/ui/src/app/routes/portal/routes/services/dashboard/dashboard.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/services/dashboard/dashboard.component.ts @@ -20,7 +20,7 @@ import { i18nPipe } from '@start9labs/shared' @if (!services()) { } @else { - @if (!services()?.length) { + @if (services()?.length) {