From 41c016b8c7a9d79cdb15521f188874bd5e08bc91 Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 28 Jun 2022 17:32:46 -0500 Subject: [PATCH] Update:Match card show series and series sequence if available #762 --- client/components/cards/BookMatchCard.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/client/components/cards/BookMatchCard.vue b/client/components/cards/BookMatchCard.vue index dba64a7d..d404d1b7 100644 --- a/client/components/cards/BookMatchCard.vue +++ b/client/components/cards/BookMatchCard.vue @@ -6,11 +6,18 @@
-

{{ book.title }}

+

{{ book.title }}

{{ book.publishedYear }}

-

{{ book.author }}

+

{{ book.author }}

+
+
+

+ {{ series.series }} #{{ series.volumeNumber }} +

+
+

{{ book.description }}