Skip to content

Commit

Permalink
Fix authors button in SideRail selected
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Oct 6, 2024
1 parent 6820d9a commit 8ba17db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/app/SideRail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default {
return this.$route.name === 'library-library-series-id' || this.paramId === 'series'
},
isAuthorsPage() {
return this.$route.name === 'library-library-authors'
return this.libraryBookshelfPage && this.paramId === 'authors'
},
isNarratorsPage() {
return this.$route.name === 'library-library-narrators'
Expand Down

0 comments on commit 8ba17db

Please sign in to comment.