From c45832e4ba23daaca0bef7283462b5f8e39e2b9c Mon Sep 17 00:00:00 2001 From: vykes-mac Date: Thu, 9 Jan 2025 16:51:21 -0500 Subject: [PATCH] add comment for clarity --- client/landing/stepper/declarative-flow/onboarding.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/landing/stepper/declarative-flow/onboarding.ts b/client/landing/stepper/declarative-flow/onboarding.ts index 8ac8ea3bec8fa4..8d3c9f086aa8e5 100644 --- a/client/landing/stepper/declarative-flow/onboarding.ts +++ b/client/landing/stepper/declarative-flow/onboarding.ts @@ -57,6 +57,7 @@ const onboarding: Flow = { [] ); + // we are only interested in the initial goals value when the user enters the goals step const initialGoals = useRef( goals ); return useMemo(