forked from vergnet/application-amicale
Fix crash on planex group screen open
This commit is contained in:
parent
ee9e225dae
commit
98770611ff
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue