forked from vergnet/application-amicale
Fixed default proximo sort order
This commit is contained in:
parent
aeb7c438b1
commit
660bbd856a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class ProximoListScreen extends React.Component<Props, State> {
|
|||
|
||||
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: '',
|
||||
|
|
Loading…
Reference in a new issue