Skip to content

Commit

Permalink
Update order of onboarding choices
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel authored May 1, 2024
1 parent 573d989 commit f123ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ const chatTypes = {
const cardActiveStates: number[] = [2, 3, 4, 7];

const onboardingChoices = {
EMPLOYER: 'newDotEmployer',
MANAGE_TEAM: 'newDotManageTeam',
PERSONAL_SPEND: 'newDotPersonalSpend',
MANAGE_TEAM: 'newDotManageTeam',
EMPLOYER: 'newDotEmployer',
CHAT_SPLIT: 'newDotSplitChat',
LOOKING_AROUND: 'newDotLookingAround',
};
Expand Down

0 comments on commit f123ff0

Please sign in to comment.