diff --git a/frontend/src/Settings/ImportLists/ImportLists/ImportList.js b/frontend/src/Settings/ImportLists/ImportLists/ImportList.js index d0f5b84562..833ea00bac 100644 --- a/frontend/src/Settings/ImportLists/ImportLists/ImportList.js +++ b/frontend/src/Settings/ImportLists/ImportLists/ImportList.js @@ -74,9 +74,15 @@ class ImportList extends Component {
{ - enabled && + enabled ? : + } @@ -86,16 +92,6 @@ class ImportList extends Component { {translate('Auto')} } - - { - !enabled && !enableAuto && - - }