From ce1227901c85dda5fa3c87900df1b775ee5a8992 Mon Sep 17 00:00:00 2001 From: docjyJ Date: Tue, 8 Sep 2020 17:03:15 +0200 Subject: [PATCH] Update Docs --- src/screens/Proxiwash/ProxiwashScreen.js | 16 +++++++--------- src/screens/Proxiwash/ProxiwashSettingsScreen.js | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/screens/Proxiwash/ProxiwashScreen.js b/src/screens/Proxiwash/ProxiwashScreen.js index 6b728cb..756172e 100644 --- a/src/screens/Proxiwash/ProxiwashScreen.js +++ b/src/screens/Proxiwash/ProxiwashScreen.js @@ -440,15 +440,13 @@ class ProxiwashScreen extends React.Component { const getItemIcon = (props: ListIconPropsType): React.Node => ProxiwashScreen.getItemIcon(item, props); return ( - - - + ); }; diff --git a/src/screens/Proxiwash/ProxiwashSettingsScreen.js b/src/screens/Proxiwash/ProxiwashSettingsScreen.js index 5bb28b4..1f52b1f 100644 --- a/src/screens/Proxiwash/ProxiwashSettingsScreen.js +++ b/src/screens/Proxiwash/ProxiwashSettingsScreen.js @@ -71,7 +71,7 @@ class ProxiwashSettingsScreen extends React.Component { } /** - * Saves the value for the proxiwash reminder notification time + * Saves the value for the proxiwash selected wash * * @param value The value to store */