diff --git a/src/components/Lists/Proxiwash/ProxiwashListItem.js b/src/components/Lists/Proxiwash/ProxiwashListItem.js index 5135932..7740ed9 100644 --- a/src/components/Lists/Proxiwash/ProxiwashListItem.js +++ b/src/components/Lists/Proxiwash/ProxiwashListItem.js @@ -1,5 +1,5 @@ import * as React from 'react'; -import {ActivityIndicator, Avatar, List, ProgressBar, Surface, Text, withTheme} from 'react-native-paper'; +import {Avatar, List, ProgressBar, Surface, Text, withTheme} from 'react-native-paper'; import {StyleSheet, View} from "react-native"; import ProxiwashConstants from "../../../constants/ProxiwashConstants"; import i18n from "i18n-js"; @@ -147,20 +147,12 @@ class ProxiwashListItem extends React.Component { - { - isRunning - ? - : - } - + )} />