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.
2 parents c728a4e + b3c83dc commit 122ea41Copy full SHA for 122ea41
src/apps/onboarding/src/pages/personalization/index.tsx
@@ -164,7 +164,10 @@ const PagePersonalizationContent: FC<{
164
iconToLeft
165
disabled={!!shouldNavigateTo.current}
166
onClick={function onClick() {
167
- nextPage(`${EnvironmentConfig.USER_PROFILE_URL}/${props.memberInfo?.handle}`)
+ nextPage(
168
+ `${EnvironmentConfig.USER_PROFILE_URL}/${props.memberInfo?.handle}`
169
+ + '?edit-mode=onboardingCompleted',
170
+ )
171
}}
172
>
173
next
0 commit comments