Skip to content

Commit

Permalink
fix(webui): incorrect count of collections in browse collections screen
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Jun 28, 2020
1 parent a1cb186 commit 2254929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga-webui/src/views/BrowseCollections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<v-toolbar-title>
<span>{{ library ? library.name : 'All libraries' }}</span>
<badge class="ml-4">{{ collections.length }}</badge>
<badge class="ml-4">{{ totalElements }}</badge>
</v-toolbar-title>

<v-spacer/>
Expand Down

0 comments on commit 2254929

Please sign in to comment.