diff --git a/src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/View.tsx b/src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/View.tsx index cd00586eb4a..a2ba39999ac 100644 --- a/src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/View.tsx +++ b/src/app/(proper_react)/(redesign)/(authenticated)/user/(dashboard)/dashboard/View.tsx @@ -404,6 +404,7 @@ export const View = (props: Props) => { }; const showCsatSurvey = + hasPremium(props.user) && props.enabledFeatureFlags.includes("CsatSurvey") && selectedTab === "fixed" && typeof props.elapsedTimeInDaysSinceInitialScan !== "undefined";