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
|
* Creates the header content
|
||||||
*/
|
*/
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
const [navigation] = this.props;
|
const {navigation} = this.props;
|
||||||
navigation.setOptions({
|
navigation.setOptions({
|
||||||
headerTitle: this.getSearchBar,
|
headerTitle: this.getSearchBar,
|
||||||
headerBackTitleVisible: false,
|
headerBackTitleVisible: false,
|
||||||
|
|
Loading…
Reference in a new issue