diff --git a/components/home/BookshelfToolbar.vue b/components/home/BookshelfToolbar.vue index 6bcb8940..70601e55 100644 --- a/components/home/BookshelfToolbar.vue +++ b/components/home/BookshelfToolbar.vue @@ -8,7 +8,7 @@

{{ totalEntities }} {{ entityTitle }}

{{ selectedSeriesName }} ({{ totalEntities }})

- {{ bookshelfListView ? 'view_list' : 'grid_view' }} + {{ !bookshelfListView ? 'view_list' : 'grid_view' }}