Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jul 9, 2024
1 parent eb5af47 commit 8c4afa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/app/BookShelfToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ export default {
}
this.addSubtitlesMenuItem(items)
this.addCollpaseSeriesMenuItem(items)
this.addCollapseSeriesMenuItem(items)
return items
},
Expand All @@ -352,7 +352,7 @@ export default {
}
}
},
addCollpaseSeriesMenuItem(items) {
addCollapseSeriesMenuItem(items) {
if (this.isLibraryPage && this.isBookLibrary && !this.isBatchSelecting) {
if (this.settings.collapseSeries) {
items.push({
Expand Down

0 comments on commit 8c4afa1

Please sign in to comment.