From ede3866e8cbb570f2ae8dc068203a39355d58170 Mon Sep 17 00:00:00 2001 From: Nick O'Ferrall Date: Mon, 25 Nov 2024 14:17:33 +0000 Subject: [PATCH] chore: release shareSummary (#10511) --- .../MeetingSummaryEmail/RetroTopic.tsx | 24 +++++++------------ 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/packages/client/modules/email/components/SummaryEmail/MeetingSummaryEmail/RetroTopic.tsx b/packages/client/modules/email/components/SummaryEmail/MeetingSummaryEmail/RetroTopic.tsx index 242f6dd60f2..5c53fb41ba1 100644 --- a/packages/client/modules/email/components/SummaryEmail/MeetingSummaryEmail/RetroTopic.tsx +++ b/packages/client/modules/email/components/SummaryEmail/MeetingSummaryEmail/RetroTopic.tsx @@ -103,16 +103,12 @@ const RetroTopic = (props: Props) => { graphql` fragment RetroTopic_meeting on RetrospectiveMeeting { id - organization { - hasShareSummaryFlag: featureFlag(featureName: "shareSummary") - } } `, meetingRef ) const {id: meetingId} = meeting - const hasShareSummaryFlag = meeting.organization.hasShareSummaryFlag const {reflectionGroup, discussion, id: stageId} = stage const {commentCount, discussionSummary} = discussion const {reflections, title, voteCount} = reflectionGroup @@ -169,17 +165,15 @@ const RetroTopic = (props: Props) => { {commentLinkLabel} - {hasShareSummaryFlag && ( - - - - )} + + +