Skip to content

Commit

Permalink
fix the lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed May 15, 2024
1 parent d86a856 commit 5f8e897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/OnboardingWork/BaseOnboardingWork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function BaseOnboardingWork({shouldUseNativeStyles, onboardingPurposeSelected, o
Welcome.setOnboardingAdminsChatReportID(adminsChatReportID);
Welcome.setOnboardingPolicyID(policyID);
} else {
Policy.updateGeneralSettings(onboardingPolicyID as string, work);
Policy.updateGeneralSettings(onboardingPolicyID, work);
}

Navigation.navigate(ROUTES.ONBOARDING_PERSONAL_DETAILS);
Expand Down

0 comments on commit 5f8e897

Please sign in to comment.