diff --git a/client/components/cards/AuthorSearchCard.vue b/client/components/cards/AuthorSearchCard.vue index 76e7954398..f3693a5a8b 100644 --- a/client/components/cards/AuthorSearchCard.vue +++ b/client/components/cards/AuthorSearchCard.vue @@ -5,6 +5,7 @@
@@ -23,6 +24,9 @@ export default { computed: { name() { return this.author.name + }, + numBooks() { + return this.author.numBooks } }, methods: {}, @@ -33,9 +37,9 @@ export default { \ No newline at end of file + diff --git a/client/components/cards/GenreSearchCard.vue b/client/components/cards/GenreSearchCard.vue index 05be761449..73e8bbacf8 100644 --- a/client/components/cards/GenreSearchCard.vue +++ b/client/components/cards/GenreSearchCard.vue @@ -5,6 +5,7 @@{{ genre }}
+{{ $getString('LabelXItems', [numItems]) }}