Fix crash on planex group screen open
This commit is contained in:
父節點
ee9e225dae
當前提交
98770611ff
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -97,7 +97,7 @@ class GroupSelectionScreen extends React.Component<PropsType, StateType> {
|
|||
* Creates the header content
|
||||
*/
|
||||
componentDidMount() {
|
||||
const [navigation] = this.props;
|
||||
const {navigation} = this.props;
|
||||
navigation.setOptions({
|
||||
headerTitle: this.getSearchBar,
|
||||
headerBackTitleVisible: false,
|
||||
|
|
載入中…
Reference in a new issue