Fixed: Manual import showing error when a different artist is selected

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/6/head
Qstick 5 years ago
parent 9aa049fc04
commit a006ce88f6

@ -313,7 +313,7 @@ class InteractiveImportRow extends Component {
<TableRowCell>
{
!!rejections.length &&
rejections && rejections.length ?
<Popover
anchor={
<Icon
@ -336,7 +336,8 @@ class InteractiveImportRow extends Component {
</ul>
}
position={tooltipPositions.LEFT}
/>
/> :
null
}
</TableRowCell>

Loading…
Cancel
Save