diff --git a/src/lib/stores/project-services.ts b/src/lib/stores/project-services.ts index 7f835c7f9..cb8866f04 100644 --- a/src/lib/stores/project-services.ts +++ b/src/lib/stores/project-services.ts @@ -34,11 +34,6 @@ function projectServiceRows(project: Models.Project | null): Service[] { method: ServiceId.Graphql, value: project?.serviceStatusForGraphql ?? null }, - { - label: 'Health', - method: ServiceId.Health, - value: project?.serviceStatusForHealth ?? null - }, { label: 'Locale', method: ServiceId.Locale,