diff --git a/src/components/StateSelector.tsx b/src/components/StateSelector.tsx index 9091472efba5..4da8c33c2dc8 100644 --- a/src/components/StateSelector.tsx +++ b/src/components/StateSelector.tsx @@ -89,7 +89,7 @@ function StateSelector( brickRoadIndicator={errorText ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : undefined} errorText={errorText} onPress={() => { - const activeRoute = Navigation.getActiveRouteWithoutParams(); + const activeRoute = Navigation.getActiveRoute(); didOpenStateSelector.current = true; Navigation.navigate(stateSelectorRoute.getRoute(stateCode, activeRoute, label)); }}