Fixed default proximo sort order
Cette révision appartient à :
Parent
aeb7c438b1
révision
660bbd856a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
|
@ -61,7 +61,7 @@ class ProximoListScreen extends React.Component<Props, State> {
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(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.shouldFocusSearchBar = this.props.route.params['shouldFocusSearchBar'];
|
||||||
this.state = {
|
this.state = {
|
||||||
currentSearchString: '',
|
currentSearchString: '',
|
||||||
|
|
|
||||||
Chargement…
Référencer dans un nouveau ticket