Skip to content

Commit

Permalink
Merge pull request #41400 from ShridharGoel/patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored May 2, 2024
2 parents d46a4d8 + f123ff0 commit 7636b01
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 7636b01

Please sign in to comment.