mirror of
https://github.com/Radarr/Radarr
synced 2026-01-04 14:42:26 +01:00
Fixed: Show Separator on all index views
This commit is contained in:
parent
68dec70b34
commit
1137c8d770
1 changed files with 1 additions and 4 deletions
|
|
@ -449,10 +449,7 @@ class MovieIndex extends Component {
|
|||
null
|
||||
}
|
||||
|
||||
{
|
||||
(view === 'posters' || view === 'overview') &&
|
||||
<PageToolbarSeparator />
|
||||
}
|
||||
<PageToolbarSeparator />
|
||||
|
||||
<MovieIndexViewMenu
|
||||
view={view}
|
||||
|
|
|
|||
Loading…
Reference in a new issue