1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

ImportSeries lint issue

This commit is contained in:
Mark McDowall
2020-06-13 15:28:48 -07:00
parent 680f80a833
commit 4a9c8c6d74
@@ -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