From c1b13dcd246ba4aec5c66c07245756720fcf4e35 Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 6 Nov 2023 16:21:52 -0600 Subject: [PATCH] Update:Hide duration on collection items that have no duration --- components/tables/collection/BookTableRow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tables/collection/BookTableRow.vue b/components/tables/collection/BookTableRow.vue index 22f1c45f..d91667fa 100644 --- a/components/tables/collection/BookTableRow.vue +++ b/components/tables/collection/BookTableRow.vue @@ -8,7 +8,7 @@

{{ bookTitle }}

{{ bookAuthor }}

-

{{ bookDuration }}

+

{{ bookDuration }}