From a006ce88f6eb5a6eccd0bd0edc2257b8a5368f86 Mon Sep 17 00:00:00 2001 From: Qstick Date: Wed, 26 Jun 2019 21:25:33 -0400 Subject: [PATCH] Fixed: Manual import showing error when a different artist is selected Co-Authored-By: Mark McDowall --- .../InteractiveImport/Interactive/InteractiveImportRow.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.js b/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.js index 6d628fa1d..7b6462075 100644 --- a/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.js +++ b/frontend/src/InteractiveImport/Interactive/InteractiveImportRow.js @@ -313,7 +313,7 @@ class InteractiveImportRow extends Component { { - !!rejections.length && + rejections && rejections.length ? } position={tooltipPositions.LEFT} - /> + /> : + null }