mirror of
https://github.com/Radarr/Radarr
synced 2026-04-16 09:42:21 +02:00
Correctly show separator for Discovery Table view
This commit is contained in:
parent
0be449033f
commit
1ba7bfe585
1 changed files with 1 additions and 4 deletions
|
|
@ -329,10 +329,7 @@ class DiscoverMovie extends Component {
|
|||
null
|
||||
}
|
||||
|
||||
{
|
||||
(view === 'posters' || view === 'overview') &&
|
||||
<PageToolbarSeparator />
|
||||
}
|
||||
<PageToolbarSeparator />
|
||||
|
||||
<DiscoverMovieViewMenu
|
||||
view={view}
|
||||
|
|
|
|||
Loading…
Reference in a new issue