Fixed default proximo sort order
This commit is contained in:
부모
aeb7c438b1
커밋
660bbd856a
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
|
@ -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: '',
|
||||
|
|
|
|||
불러오는 중…
Reference in a new issue