diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 0813af5e..6bc0613b 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -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) {