mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
ImportSeries lint issue
This commit is contained in:
parent
680f80a833
commit
4a9c8c6d74
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,7 @@ class ImportSeries extends Component {
|
|||
{
|
||||
!rootFoldersError &&
|
||||
!rootFoldersFetching &&
|
||||
rootFoldersPopulated &&
|
||||
!unmappedFolders.length ?
|
||||
<div>
|
||||
All series in {path} have been imported
|
||||
|
@ -124,6 +125,7 @@ class ImportSeries extends Component {
|
|||
{
|
||||
!rootFoldersError &&
|
||||
!rootFoldersFetching &&
|
||||
rootFoldersPopulated &&
|
||||
!!unmappedFolders.length &&
|
||||
scroller ?
|
||||
<ImportSeriesTableConnector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue