Skip to content

Commit

Permalink
Update onboardingReducer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aniamisiorek authored Apr 18, 2024
1 parent b070ec7 commit 8a460cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/reducers/onboarding/onboardingReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const onboardingSlice = createSlice({
financialGoalsShortTerm: [],
financialGoalsLongTerm: [],
financialLiteracy: [],
isOnboarding: 'onboarding', // 'onboarding', 'normal', 'makingPost'
isOnboarding: 'normal', // 'onboarding', 'normal', 'makingPost'
},
reducers: {
updateFirstName(state, action) {
Expand Down

0 comments on commit 8a460cf

Please sign in to comment.