Browse Source

Update Docs

docjyJ 3 years ago
parent
commit
ce1227901c

+ 7
- 9
src/screens/Proxiwash/ProxiwashScreen.js View File

@@ -440,15 +440,13 @@ class ProxiwashScreen extends React.Component<PropsType, StateType> {
440 440
     const getItemIcon = (props: ListIconPropsType): React.Node =>
441 441
       ProxiwashScreen.getItemIcon(item, props);
442 442
     return (
443
-      <Card>
444
-        <List.Item
445
-          title={item.title}
446
-          description={item.subtitle}
447
-          left={getItemIcon}
448
-          right={ProxiwashScreen.getChevronIcon}
449
-          onPress={this.onPressCallback}
450
-        />
451
-      </Card>
443
+      <List.Item
444
+        title={item.title}
445
+        description={item.subtitle}
446
+        left={getItemIcon}
447
+        right={ProxiwashScreen.getChevronIcon}
448
+        onPress={this.onPressCallback}
449
+      />
452 450
     );
453 451
   };
454 452
 

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

@@ -71,7 +71,7 @@ class ProxiwashSettingsScreen extends React.Component<null, StateType> {
71 71
   }
72 72
 
73 73
   /**
74
-   * Saves the value for the proxiwash reminder notification time
74
+   * Saves the value for the proxiwash selected wash
75 75
    *
76 76
    * @param value The value to store
77 77
    */

Loading…
Cancel
Save