diff --git a/src/components/home/navigation.vue b/src/components/home/navigation.vue index 0b491031..f90448c5 100644 --- a/src/components/home/navigation.vue +++ b/src/components/home/navigation.vue @@ -73,14 +73,14 @@ + v-tooltip="n.title + ' (' + n.lists.filter(l => !l.isArchived).length + ')'"> - {{ n.title }} ({{ n.lists.length }}) + {{ n.title }} ({{ n.lists.filter(l => !l.isArchived).length }}) @@ -122,7 +122,7 @@ - Show hidden lists ({{ n.lists.length }})... + Show hidden lists ({{ n.lists.filter(l => !l.isArchived).length }})...