diff --git a/packages/client/modules/meeting/components/MeetingCheckInPrompt/NewCheckInQuestion.tsx b/packages/client/modules/meeting/components/MeetingCheckInPrompt/NewCheckInQuestion.tsx index 7a4779194b8..1bfa7f930cc 100644 --- a/packages/client/modules/meeting/components/MeetingCheckInPrompt/NewCheckInQuestion.tsx +++ b/packages/client/modules/meeting/components/MeetingCheckInPrompt/NewCheckInQuestion.tsx @@ -87,7 +87,7 @@ const NewCheckInQuestion = (props: Props) => { team { organization { featureFlags { - aiIcebreakers + noAISummary } } } @@ -227,7 +227,7 @@ const NewCheckInQuestion = (props: Props) => { } }) } - const shouldShowAiIcebreakers = featureFlags?.aiIcebreakers && isFacilitating + const hideAiIcebreaker = featureFlags.noAISummary || !isFacilitating return ( <> @@ -269,8 +269,8 @@ const NewCheckInQuestion = (props: Props) => { )} - {shouldShowAiIcebreakers && ( -
+ {!hideAiIcebreaker && ( +
Modify current icebreaker with AI
@@ -298,7 +298,7 @@ const NewCheckInQuestion = (props: Props) => { disabled={isModifyingCheckInQuestion} onClick={() => modifyCheckInQuestion('FUNNY')} > - More funny + Funnier