Fixed: Toolbar button collapsing includes separator

This commit is contained in:
Qstick
2020-06-29 21:26:51 -04:00
parent 7a95cedbad
commit 8d63da1cfb
3 changed files with 7 additions and 12 deletions
+1 -5
View File
@@ -282,11 +282,7 @@ class AuthorIndex extends Component {
null
}
{
(view === 'posters' || view === 'banners' || view === 'overview') &&
<PageToolbarSeparator />
}
<PageToolbarSeparator />
<AuthorIndexViewMenu
view={view}