Update Docs
This commit is contained in:
parent
5a92b5096a
commit
ce1227901c
2 changed files with 8 additions and 10 deletions
|
@ -440,7 +440,6 @@ class ProxiwashScreen extends React.Component<PropsType, StateType> {
|
|||
const getItemIcon = (props: ListIconPropsType): React.Node =>
|
||||
ProxiwashScreen.getItemIcon(item, props);
|
||||
return (
|
||||
<Card>
|
||||
<List.Item
|
||||
title={item.title}
|
||||
description={item.subtitle}
|
||||
|
@ -448,7 +447,6 @@ class ProxiwashScreen extends React.Component<PropsType, StateType> {
|
|||
right={ProxiwashScreen.getChevronIcon}
|
||||
onPress={this.onPressCallback}
|
||||
/>
|
||||
</Card>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ class ProxiwashSettingsScreen extends React.Component<null, StateType> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Saves the value for the proxiwash reminder notification time
|
||||
* Saves the value for the proxiwash selected wash
|
||||
*
|
||||
* @param value The value to store
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue