diff --git a/src/screens/Planex/GroupSelectionScreen.js b/src/screens/Planex/GroupSelectionScreen.js index d288483..5cbecf5 100644 --- a/src/screens/Planex/GroupSelectionScreen.js +++ b/src/screens/Planex/GroupSelectionScreen.js @@ -97,7 +97,7 @@ class GroupSelectionScreen extends React.Component { * Creates the header content */ componentDidMount() { - const [navigation] = this.props; + const {navigation} = this.props; navigation.setOptions({ headerTitle: this.getSearchBar, headerBackTitleVisible: false,