diff --git a/client/landing/stepper/declarative-flow/internals/steps-repository/goals/index.tsx b/client/landing/stepper/declarative-flow/internals/steps-repository/goals/index.tsx index a599da142db0da..a5be9cea48df1c 100644 --- a/client/landing/stepper/declarative-flow/internals/steps-repository/goals/index.tsx +++ b/client/landing/stepper/declarative-flow/internals/steps-repository/goals/index.tsx @@ -115,7 +115,7 @@ const GoalsStep: Step = ( { navigation } ) => { navigation.submit?.( { intent, ...eventProps } ); }; - const handleSkip = getStepSubmissionHandler( 'skip', { shouldSkipSubmitTracking: true } ); + const handleSkip = getStepSubmissionHandler( 'skip' ); const handleNext = getStepSubmissionHandler( 'next' ); const handleImportClick = () => {