Skip to content

Commit 6dfe5c9

Browse files
committed
Update useOnboardingFlow.ts
1 parent e1afd60 commit 6dfe5c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/renderer/features/onboarding/hooks/useOnboardingFlow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ONBOARDING_STEPS, type OnboardingStep } from "../types";
66
export function useOnboardingFlow() {
77
const currentStep = useOnboardingStore((state) => state.currentStep);
88
const setCurrentStep = useOnboardingStore((state) => state.setCurrentStep);
9-
const billingEnabled = useFeatureFlag("twig-billing", false);
9+
const billingEnabled = useFeatureFlag("posthog-code-billing", false);
1010

1111
// Show billing onboarding steps only when billing is enabled
1212
const activeSteps = useMemo(() => {

0 commit comments

Comments
 (0)