Skip to content

Commit

Permalink
Merge pull request #4516 from mozilla/mntor-3191
Browse files Browse the repository at this point in the history
Show CSAT survey only to active Plus subscribers (MNTOR-3191)
  • Loading branch information
flozia authored May 13, 2024
2 parents a721e24 + c65ad37 commit ad0d7a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ export const View = (props: Props) => {
};

const showCsatSurvey =
hasPremium(props.user) &&
props.enabledFeatureFlags.includes("CsatSurvey") &&
selectedTab === "fixed" &&
typeof props.elapsedTimeInDaysSinceInitialScan !== "undefined";
Expand Down

0 comments on commit ad0d7a8

Please sign in to comment.