From b83b1429429c618908efe85aa3cc003dbca61243 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Thu, 30 Apr 2020 23:05:59 +0200 Subject: [PATCH] Fixed crash --- src/screens/Proxiwash/ProxiwashScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Proxiwash/ProxiwashScreen.js b/src/screens/Proxiwash/ProxiwashScreen.js index bd5217c..2527c6c 100644 --- a/src/screens/Proxiwash/ProxiwashScreen.js +++ b/src/screens/Proxiwash/ProxiwashScreen.js @@ -99,7 +99,7 @@ class ProxiwashScreen extends React.Component { */ componentDidMount() { this.props.navigation.setOptions({ - headerRight: + headerRight: () => ,