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 */