mirror of https://github.com/Radarr/Radarr
Fixed: Show Separator on all index views
This commit is contained in:
parent
68dec70b34
commit
1137c8d770
|
@ -449,10 +449,7 @@ class MovieIndex extends Component {
|
||||||
null
|
null
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
<PageToolbarSeparator />
|
||||||
(view === 'posters' || view === 'overview') &&
|
|
||||||
<PageToolbarSeparator />
|
|
||||||
}
|
|
||||||
|
|
||||||
<MovieIndexViewMenu
|
<MovieIndexViewMenu
|
||||||
view={view}
|
view={view}
|
||||||
|
|
Loading…
Reference in New Issue