diff --git a/src/screens/Services/Proximo/ProximoListScreen.js b/src/screens/Services/Proximo/ProximoListScreen.js index 7579266..8cd74e6 100644 --- a/src/screens/Services/Proximo/ProximoListScreen.js +++ b/src/screens/Services/Proximo/ProximoListScreen.js @@ -61,7 +61,7 @@ class ProximoListScreen extends React.Component { constructor(props) { super(props); - this.listData = this.props.route.params['data']['data']; + this.listData = this.props.route.params['data']['data'].sort(sortName); this.shouldFocusSearchBar = this.props.route.params['shouldFocusSearchBar']; this.state = { currentSearchString: '',