From 1913b5ec4171f42cdccc8bf4bcd2bb4fa21e237a Mon Sep 17 00:00:00 2001 From: Jens L Date: Sat, 29 Apr 2023 20:35:17 +0300 Subject: [PATCH] web/admin: fix outpost integration list (#5418) Signed-off-by: Jens Langhammer --- web/src/admin/outposts/ServiceConnectionListPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/admin/outposts/ServiceConnectionListPage.ts b/web/src/admin/outposts/ServiceConnectionListPage.ts index f40dfe37f..21e5079f9 100644 --- a/web/src/admin/outposts/ServiceConnectionListPage.ts +++ b/web/src/admin/outposts/ServiceConnectionListPage.ts @@ -85,7 +85,7 @@ export class OutpostServiceConnectionListPage extends TablePage ${item.local ? t`Yes` : t`No`} `, - html`${itemState.healthy + html`${itemState?.healthy ? html`${ifDefined(itemState.version)}` : html`${t`Unhealthy`}`}`, html`