Skip to content

Commit

Permalink
Update src/pages/OnboardingAccounting/BaseOnboardingAccounting.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
  • Loading branch information
nkdengineer and s77rt authored Sep 23, 2024
1 parent 465ffbc commit d3121d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function BaseOnboardingAccounting({shouldUseNativeStyles, route}: BaseOnboarding
onPress={() => {
if (userReportedIntegration === undefined) {
setError(translate('onboarding.purpose.errorSelection'));
// eslint-disable-next-line no-useless-return
return;
}

Expand Down

0 comments on commit d3121d6

Please sign in to comment.