Fix crash on planex group screen open
这个提交包含在:
父节点
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,
|
||||
|
|
|
|||
正在加载…
在新工单中引用