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 && ( - - - - )} + + +