From 5384337061685a6e44589828228de9642b177961 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Thu, 23 Oct 2025 12:14:01 +0200 Subject: [PATCH] Fix optional chaining Signed-off-by: Sacha Al Himdani --- .../src/pages/organizations/trustCenter/TrustCenterPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/pages/organizations/trustCenter/TrustCenterPage.tsx b/apps/console/src/pages/organizations/trustCenter/TrustCenterPage.tsx index 59942ad9a..db265bcb3 100644 --- a/apps/console/src/pages/organizations/trustCenter/TrustCenterPage.tsx +++ b/apps/console/src/pages/organizations/trustCenter/TrustCenterPage.tsx @@ -263,7 +263,7 @@ export default function TrustCenterPage({ queryRef }: Props) { edge.node) ?? []} + slackConnections={organization.slackConnections?.edges?.map((edge) => edge.node) ?? []} />