Browse Source

Fixed crash

Arnaud Vergnet 3 years ago
parent
commit
b83b142942
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/screens/Proxiwash/ProxiwashScreen.js

+ 1
- 1
src/screens/Proxiwash/ProxiwashScreen.js View File

@@ -99,7 +99,7 @@ class ProxiwashScreen extends React.Component<Props, State> {
99 99
      */
100 100
     componentDidMount() {
101 101
         this.props.navigation.setOptions({
102
-            headerRight:
102
+            headerRight: () =>
103 103
                 <MaterialHeaderButtons>
104 104
                     <Item title="information" iconName="information" onPress={this.onAboutPress}/>
105 105
                 </MaterialHeaderButtons>,

Loading…
Cancel
Save