Fixed: Show Separator on all index views

pull/2/head
Qstick 4 years ago
parent 68dec70b34
commit 1137c8d770

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

Loading…
Cancel
Save