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

Loading…
Cancel
Save