We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ccba5 commit 91df51cCopy full SHA for 91df51c
src/components/StateSelector.tsx
@@ -89,7 +89,7 @@ function StateSelector(
89
brickRoadIndicator={errorText ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : undefined}
90
errorText={errorText}
91
onPress={() => {
92
- const activeRoute = Navigation.getActiveRoute();
+ const activeRoute = Navigation.getActiveRouteWithoutParams();
93
didOpenStateSelector.current = true;
94
Navigation.navigate(stateSelectorRoute.getRoute(stateCode, activeRoute, label));
95
}}
0 commit comments