diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 7a2bc369..a08caf55 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -388,12 +388,14 @@ export default { text: `Mark as ${this.itemIsFinished ? 'Not Finished' : 'Finished'}` } ] + if (this.userCanUpdate) { + items.push({ + func: 'openCollections', + text: 'Add to Collection' + }) + } } if (this.userCanUpdate) { - items.push({ - func: 'openCollections', - text: 'Add to Collection' - }) items.push({ func: 'showEditModalFiles', text: 'Files'