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`