Skip to content

Commit

Permalink
remove feature flag conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoferrall committed Apr 19, 2024
1 parent d99f331 commit ee328e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const NewCheckInQuestion = (props: Props) => {
}
})
}
const hideAiIcebreaker = featureFlags?.noAISummary && !isFacilitating
const hideAiIcebreaker = featureFlags.noAISummary || !isFacilitating

return (
<>
Expand Down

0 comments on commit ee328e6

Please sign in to comment.