diff --git a/komga-webui/src/components/BrowseLibraries.vue b/komga-webui/src/components/BrowseLibraries.vue index 3f23cf8b3f..29e0686950 100644 --- a/komga-webui/src/components/BrowseLibraries.vue +++ b/komga-webui/src/components/BrowseLibraries.vue @@ -5,8 +5,12 @@ class="sticky-bar" :style="barStyle" > + + + - {{ libraryName }} + {{ library ? library.name : 'All libraries' }} @@ -16,6 +20,7 @@ +