We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1dd1d commit 6fe859bCopy full SHA for 6fe859b
src/app/functions/server/getRelevantGuidedSteps.ts
@@ -141,7 +141,7 @@ function getStepWithStatus(
141
export function isEligibleForStep(
142
data: StepDeterminationData,
143
stepId: StepLink["id"],
144
- _enabledFeatureFlags?: FeatureFlagName[],
+ enabledFeatureFlags?: FeatureFlagName[],
145
): boolean {
146
// Only premium users can see the manual data broker removal flow, once they have run a scan
147
if (stepId === "Scan") {
0 commit comments