diff --git a/src/components/NavigationCategoriesItem.vue b/src/components/NavigationCategoriesItem.vue index 6b7857f69..013a3aa26 100644 --- a/src/components/NavigationCategoriesItem.vue +++ b/src/components/NavigationCategoriesItem.vue @@ -14,7 +14,7 @@ icon="icon-recent" @click.prevent.stop="onSelectCategory(null)" > - + {{ numNotes }} @@ -25,7 +25,7 @@ :icon="category.name === '' ? 'icon-emptyfolder' : 'icon-files'" @click.prevent.stop="onSelectCategory(category.name)" > - + {{ category.count }}