From f123ff0b957ac47aab37d9016369f44d587cd7ff Mon Sep 17 00:00:00 2001 From: Shridhar Goel <35566748+ShridharGoel@users.noreply.github.com> Date: Wed, 1 May 2024 15:35:54 +0530 Subject: [PATCH] Update order of onboarding choices --- src/CONST.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CONST.ts b/src/CONST.ts index e33ba5a1b7b8..f5c5b1444a2d 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -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', };