mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Small UI fixes
Fixed: Season count popover styling Fixed: URL base of /series linking to the wrong path in some cases Fixed: Manual import showing error when a different series is selected Fixed: Error when deleting series from poster list
This commit is contained in:
@@ -294,7 +294,7 @@ class InteractiveImportRow extends Component {
|
||||
|
||||
<TableRowCell>
|
||||
{
|
||||
!!rejections.length &&
|
||||
rejections && rejections.length ?
|
||||
<Popover
|
||||
anchor={
|
||||
<Icon
|
||||
@@ -317,7 +317,8 @@ class InteractiveImportRow extends Component {
|
||||
</ul>
|
||||
}
|
||||
position={tooltipPositions.LEFT}
|
||||
/>
|
||||
/> :
|
||||
null
|
||||
}
|
||||
</TableRowCell>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user