Skip to content

Commit

Permalink
Cleanup CustomRouter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Sep 18, 2024
1 parent 83ccc2e commit 40bd73f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ function CustomRouter(options: ResponsiveStackNavigatorRouterOptions) {
if (shouldPreventReset(state, action)) {
return state;
}

return stackRouter.getStateForAction(state, action, configOptions);
},
};
Expand Down

0 comments on commit 40bd73f

Please sign in to comment.