Skip to content

Commit

Permalink
Fix:Context menu on library page
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed May 5, 2022
1 parent edc919b commit 69ad651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/cards/LazyBookCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export default {
return this.store.getters['user/getUserCanDownload']
},
userIsAdminOrUp() {
return this.$store.getters['user/getIsAdminOrUp']
return this.store.getters['user/getIsAdminOrUp']
},
moreMenuItems() {
if (this.recentEpisode) {
Expand Down

0 comments on commit 69ad651

Please sign in to comment.