1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

Fixed: Show Separator on all index views

This commit is contained in:
Qstick 2020-04-02 23:11:22 -04:00
parent 68dec70b34
commit 1137c8d770

View File

@ -449,10 +449,7 @@ class MovieIndex extends Component {
null
}
{
(view === 'posters' || view === 'overview') &&
<PageToolbarSeparator />
}
<PageToolbarSeparator />
<MovieIndexViewMenu
view={view}