Skip to content

Commit

Permalink
fix: navigation hook
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@berty.tech>
  • Loading branch information
n0izn0iz committed Nov 10, 2021
1 parent de39292 commit 4775429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/packages/navigation/hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const createNavigation = ({ navigate, goBack, dispatch }: NavigationProp<any>) =
selectMode: createNavigateFunc(navigate, Routes.Onboarding.SelectMode),
performance: createNavigateFunc(navigate, Routes.Onboarding.Performance),
privacy: createNavigateFunc(navigate, Routes.Onboarding.Privacy),
servicesAuth: createNavigateFunc(navigate, Routes.Onboarding.ServicesAuth),
},
main: {
home: createNavigateFunc<ScreenProps.Main.Home>(navigate, Routes.Main.Home),
Expand Down

0 comments on commit 4775429

Please sign in to comment.