1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Correctly show separator for Discovery Table view

This commit is contained in:
Qstick
2024-01-27 20:41:25 -06:00
parent 0be449033f
commit 1ba7bfe585
+1 -4
View File
@@ -329,10 +329,7 @@ class DiscoverMovie extends Component {
null
}
{
(view === 'posters' || view === 'overview') &&
<PageToolbarSeparator />
}
<PageToolbarSeparator />
<DiscoverMovieViewMenu
view={view}